I hereby claim:
- I am groovemonkey on github.
- I am groovemonkey (https://keybase.io/groovemonkey) on keybase.
- I have a public key ASD9EEoJhvx_vx1ivS6-UVDsY7TfOXw0V-8yD5Qw6cN3owo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
userword = raw_input("Please input your word").lower() | |
def piglatinize(word): | |
splitword = word.split() | |
if len(splitword) == 1: | |
pig = word[1:] | |
pig = pig + word[0] + "ay" | |
print pig | |
else: | |
print "One word at a time, asshole! But whatever, here ya go: " |