knows_word = input("do you know what the word is? ") while (knows_word != "yes") and (knows_word != "no"): knows_word = input("only answer yes or no: ") if knows_word == "yes": check = input("than what is it? ") if check == "bird": print("A ba ba bird bird bird \n bird is the word. \n A ba ba bird bird bird \n bird is the word. \n Don't you know, about the bird? \n Everybody knows that the bird is the word!!!") if check != "bird": print("No you dumb fuck! A ba ba bird bird bird \n bird is the word. \n A ba ba bird bird bird \n bird is the word. \n Don't you know, about the bird? \n Everybody knows that the bird is the word!!!" ) elif knows_word == "no": print("How do you not know what the word is?! Have you been living under a rock A ba ba bird bird bird \n bird is the word. \n A ba ba bird bird bird \n bird is the word. \n Don't you know, about the bird? \n Everybody knows that the bird is the word!!!")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question