Kyle
2011-07-02 09:49:27 UTC
"def clear():
import os
os.system("clear")
def sleep():
import os
os.system("sleep 1")
def sleep2():
import os
os.system("sleep 2")
def sleep3():
import os
os.system("sleep 3")
name = raw_input("What is your name?: ")
print("Hello there " + name + ", how are you?")
sleep()
clear()"
Here is the output
"/usr/bin/python -u "/home/theif519/Scripting/Python/Test.py"
What is your name?: Louis
Hello there Louis, how are you?
TERM environment variable not set.
"
What does it mean by "TERM environment variable not set."?
Running Kubuntu 11.04 with Dr. Python IDE