whereiam = raw_input("> ") if whereiam == "UC Davis": print("UC Davis is it!", "really") elif whereiam == "Sac State": print "Sac State is it" elif whereiam == "UCD Health Informatics": print "I go to too long name" else: print "I don't know?"