print('-' * 50) print(' What would you do???') print('-' * 50) first = raw_input("""Picture yourself playing a horror game. In te game you are in a spooky mansion. wich way would you go??? Left or Right?: """) if first == Left: print('You found the exit!!!!') elif first == Right: print('You got bruttaly murdered by a ZAAAAMBIE!!') second = raw_input("""Now picture yourself riding in a car in front of the car lays a dog. what would you do??? Stop or Drive??: """) if second == "Stop": print("""You got out of the car and went to the dog. You tried to pet the dog but he got mad and bit your arm off. you eventully died of poison...""") elif second == "Drive": print("Nothing happend.")
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