Question: Write a Python program that takes as input the user age. if the person's age is less than 18 the program should display You are
Write a Python program that takes as input the user age. if the person's age is less than 18 the program should display "You are too young to vote" Otherwise the program should proceed by asking if the person did register to vote or not. If No the program should display:" You need to register before you can vote" if Yes the program should display: " You can vote"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
