name = input('Please type your name: ') age = input('Enter your age: ') if int(age) >= 18: print(name, 'is eligible to vote')