computer questions class 8 ICSE
Attachments:
Answers
Answered by
0
Answer:
# getting input
age = int(input("Enter your age: "))
.
# if-else statement
if (age > 18):
print("Eligible to Vote")
else:
print("Not eligible to vote"
please mark me as a brilliant
Similar questions