Skip to content

Instantly share code, notes, and snippets.

print "Welcome to the English to Pig Latin translator!"
original = raw_input("Enter a word")
if len("original") > 0:
print original
else:
print "empty"
@TheNZA
TheNZA / gist:5665001
Last active December 17, 2015 20:08
def the_flying_circus():
if (2==2) is False:
print "Horray"
elif False:
print "fuck"
else:
return True