planets Ask the user to input the number of planets num_planets = int(input("How many planets? ")) Print the number of planets entered by the user print(f"There are {num_planets} planets.")