! python assignment write a program that asks for the users
Python assignment: Write a program that asks for the user’s age. Based on their response print “You can vote” (18 years old or older) or “You can’t vote” and also whether or not he/she is a senior citizen (over 64). If senior citizen print “You’re a Senior Citizen…you deserve two votes”! Use the Idle editor and don’t forget the .py extension.Variables should be meaningful. Example: […]
Recent Comments