Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

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.")

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors