3 lines
63 B
Python
3 lines
63 B
Python
age = 19
|
|
if age >= 18:
|
|
print("You are old enough to vote!") |
age = 19
|
|
if age >= 18:
|
|
print("You are old enough to vote!") |