If...Then statement example
Answers
Answered by
1
Answer:
age=14
if age>=18:
print("you can cast vote")
else:
print("you cannot cast vote")
Explanation:
it it is used to run a statement based on some condition
Answered by
1
Good but i don't have phone
Similar questions