No thing is Impossible
Sunday, 31 May 2015
Python Pig Latin 4/11
print "Welcome to the Pig Latin Translator!"
# Start coding here!
original = raw_input("Enter a word:")
if len(original) > 0:
print original
else:
print "empty"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment