Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python if statements Part 1) IF STATEMENTS Ask the user for their name and their age Your program should output the following: (replace name with
Python if statements
Part 1) IF STATEMENTS
- Ask the user for their name and their age
- Your program should output the following: (replace name with user input name)
- If they are less than 16, then output : name, You can stay at home and study.
- If they are 16 or 17, then output : name, You can drive but that is all.
- If they are 18 through 20, then output : name, You can drive and vote.
- If they are 21 or older, then output: name, You can drive, vote, and gamble.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started