Challenge: Movie Night
Learn to create a Python program that asks for user age and uses conditional statements to determine if the user can watch a movie. This lesson helps you practice handling user input and applying decision-making logic with conditionals and error handling.
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