import random names=["You are a wizard named Isdrel","You are a wizard named Martinok","You a wizard named Beif (pronounced BEEF)","You are a wizard named Anorak" UserInput=input("I am Zenventure made by Zen.Corp and I am a robot adventure game simulator so I hope that you like me, what?") print("I am Zenventure") if "want to play" in UserInput: print("I knew that you would want to play!") elif "how do I play" in UserInput: print("all that you have to do is write click run on my program and write commands in. I will do the rest, I hope that you have fun!") elif " lets start" in UserInput: print(random.choice(names))
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