Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

age = bool(input("Age: "))

US_born = bool(input("Born in the U.S? (Yes/No): "))


years_of_residency = bool(input("Years of Residency: "))

if "age" >= 35 and "US_born" == Yes and "years_of_residency" >= 14:


print ("You are eligible to run for president!")
else:
print ("You are not eligible to run for president.")

You might also like