Untitled
unknown
plain_text
a year ago
172 B
9
Indexable
age = int(input())
if age < 0:
print("You are a time traveller")
elif age >= 18:
print("You can vote")
elif age < 18:
print("Too young to vote")
Editor is loading...
Leave a Comment