Computer Science, asked by maheku44, 5 months ago

If...Then statement example​

Answers

Answered by AvengeAyush
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 meenamanu2021
1

Good but i don't have phone

Similar questions