everything I need is on the file I submit. no out resource, please. I need help with the two programs thank you.

1 answer below »
everything I need is on the file I submit. no out resource, please. I need help with the two programs thank you.
Answered Same DayFeb 03, 2021

Answer To: everything I need is on the file I submit. no out resource, please. I need help with the two...

Arun Shankar answered on Feb 05 2021
152 Votes
state = input("Enter the state you want to be a senator of: ")
age = int(input("Enter your age: "))

c = input("Have you been a citizen of the US for at least 9 years? (y/n)")
d = input("Enter the state you are currently living in: ")
if((state==d) and (age>=30) and ((c=='y') or (c=='Y'))):
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here