Skip to content

Instantly share code, notes, and snippets.

@Jire
Created June 18, 2011 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jire/1033513 to your computer and use it in GitHub Desktop.
Save Jire/1033513 to your computer and use it in GitHub Desktop.
fish = raw_input("Enter a fish name: ")
if fish == "fish":
print "you are awesome"
print "...seriously!"
elif fish == "slamon":
print "I hope I don't get SLAMonilla poissin"
elif fish == "bass":
print "easy there bass boat"
else:
print "you are lame"
print "...noob"
raw_input("Press <enter>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment