'A fresh set of eyes please
I keep getting this error..
Traceback (most recent call last): File "python", line 3, in ExecTimeoutException: Program took too long to terminate.
here is the code I am working on in python...
print "Welcome to the Pig Latin Translator!"
# Start coding here!
original = raw_input("Enter a word: ")
original = ""
if len(original) > 0:
print(original)
else:
print("empty")
I am hoping a fresh set of eyes will help me see what I am missing. Thank you all!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
