Create 4 - Age Checker.py
This commit is contained in:
parent
7b319100d1
commit
34d5994691
7
06/4 - Age Checker.py
Normal file
7
06/4 - Age Checker.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
age = int(input())
|
||||||
|
if age >= 18:
|
||||||
|
print("You can vote")
|
||||||
|
elif age >= 0:
|
||||||
|
print("Too young to vote")
|
||||||
|
else:
|
||||||
|
print("You are a time traveller")
|
Loading…
Reference in New Issue
Block a user