Answer:
X = int(input("Age = ")
if (X >= 18):
print('Valid Voter')
Else:
return 0
Try it and let me know. :)
3.6m questions
4.6m answers