Challenge: Movie Night
Explore Python programming by building a simple interactive program that asks the user for their age. Learn to implement conditional statements to determine if the user is old enough to watch a movie, enhancing your understanding of decision-making in code.
We'll cover the following...
We'll cover the following...
Ask the user for their age. If they’re 13 or older, they can watch a movie. Otherwise, say they’re too young.
If you don’t know how to do this, click the “Show Hint” button.
# Write your code here.
Code that checks if the user is old enough to watch a movie