print ("Welcome to the Fall Out Boy trivia quiz by Tilly Shearing. Each question will be multiple choice.") answerone = input ("Question one: Where is Fall Out Boy from? Seattle, New Jersey, or Chicago?") if answerone == Chicago or chicago or CHICAGO: print ("Correct!") else: print ("Incorrect! The correct answer was Chicago.") answertwo = input ("Question two: Who was the band's original drummer? Andy Hurley, Patrick Stump, Mike Pareskuwicz?") if answertwo == Patrick Stump or Patrick stump or patrick Stump or patrick stump or PATRICK STUMP: print ("Correct!") else: print ("Incorrect! The correct answer was Patrick Stump.")
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