name = input("Enter your name: ") name = name.lower() if name < "n": print("You are in the first half of the alphabet.") # this line broke our program print("Hey, time for a commercial!! SPAM!!") else: print("You are in the second half of the alphabet.")