age = int(input()) if age < 0: print("You are a time traveller") elif age >= 18: print("You can vote") elif age < 18: print("Too young to vote")