x = 0 while x < 10: print(x) print('Today is a beautiful day') x = x + 1 print('Program finished!')