Write a python program to input name and age of a person from the user. The program
should
display whether the person can vote or not. The voting age is 18 and above to be eligible to
vote. The name of the user should also be displayed with suitable messages.
Answers
Answered by
1
Answer:
Input age of the person and check whether a person is eligible for voting or not in Python.
Similar questions