# Name Harry = "Harry" # Age my_age = 8 # Math Problem math = 4 problem = 9 print(Harry,my_age,math * problem)