age=int(input("enter your age")
if age>=18:
print("eligible for voting")
else:
print("not eligible for voting")
Comments
Post a Comment