Continuing the discussion from How to loop Pig Latin Translator, when incorrect input entered?:
UPDATE: this answer is not meant to be repetitive, like I said I already correctly solved the problem
Are you saying I could do something like this:
print 'Welcome to the Pig Latin Translator!'
# Start coding here!
original = raw_input("Enter a word: ")
if len(empty) > 0:
print original
else:
print "empty"
Do I need a break statement to get out of this loop?