answerone="yes" print ("Welcome to the world of pokemon") username = (input("what is your name?")) print ("ok."+ (username)) print ("your goal is to challenge your freind max to a battle.") ruready=(input("Are you ready to start your adventure?")) if answerone == ruready: print ("ok.but first you will have to pick your starter pokemon.") pokemon= input("Your options are squrtle,charmander,or bulbasaur.") print("ok, then good luck with " + pokemon) print("*max walks dramaticly into the room*") print("MAX:i have been waiting to beat you in this battle " + username)
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