user_reply = input ("Do you like robots? (Please answer yes, no, maybe, laser)") if user_reply=="yes": print ("Pee Boo!") elif user_reply=="maybe": print ("Clear human!") elif user_reply=="laser": print ("Beam!") elif user_reply=="no": print ("Good, I don't like robots either.") elif: print ("You guys are amazed at the crap of humans.")
Recommended Posts