print "You are John Stalvern, troubled marine soldier on a space base on Mars. There are demons in the base. You don't see them, but you've been expecting them for years. What will you do?" print "1. Tell Cernel Joson about the demons." print "2. Think about your life." option1 = raw_input(">") if option1 == "1": print "Cernel Joson does not listen to your warning and now it is too late. Far too late for now, anyway. So John got out his plasma rifle and blew up the wall." elif option1 == "2": print "You have been a space marine for fourteen years. When you were young you watched the spaceships and said to dad 'I want to be on the ships daddy.' Dad said 'NO! You will BE KILL BE DEMONS!' There was a time when you believed him. Then as you got older you stopped. But now in the space station base of the UAC he knew there were demons. The radio crackles." else: print "You have been a space marine for fourteen years. When you were young you watched the spaceships and said to dad 'I want to be on the ships daddy.' Dad said 'NO! You will BE KILL BE DEMONS!' There was a time when you believed him. Then as you got older you stopped. But now in the space station base of the UAC he knew there were demons. The radio crackles." print "Cernel Joson is on the radio. 'You must fight the demons!'" print "1. Getted your plasma rifle and shoot the wall." print "2. Getted a grenade and blow up the wall." option2 = raw_input(">") if option2 == "1": print "You shoot the wall and see a demons. 'HE IS GOING TO KILL US' said the demons. 'I will shoot at him' said the cyberdemon and he fired the rocket missiles." if option2 == "2": print "You grenade the wall and see a demons. 'HE IS GOING TO KILL US' said the demons. 'I will shoot at him' said the cyberdemon and he fired the rocket missiles." else: print "You kick the wall and see a demons. 'HE IS GOING TO KILL US' said the demons. 'I will shoot at him' said the cyberdemon and he fired the rocket missiles." print "1. Shoot plasma at the demons." print "2. Throw a plasma grenade at the demons." option3 = raw_input(">") if option3 == "1": print "You plasmaed at him and tried to blew him up. But then the ceiling fell and they were trapped and not able to kill." elif option3 == "2": print "You plasmaed at him and tried to blew him up. But then the ceiling fell and they were trapped and not able to kill." else: print "The ceiling fell and they were trapped and not able to kill." print "'No! I must kill the demons' you shout. The radio crackled again. Cernel Joson is calling." print "1. Answer the radio." print "2. Don't answer the radio." option4 = raw_input(">") if option4 == "1": print "The radio said 'No John, you are the demons." if option4 == "2": print "You ignore the radio and instead look in a mirror. 'Oh NO!' you shout, 'I am the demons!'" else: print "You are the demons!" print "And then John was a zombie."
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