blob: 5ac9bacbf418a0e5ff52d25833c4687cc37a5f0d [file] [log] [blame]
while True:
promt = "print command > "
try:
string = raw_input(promt)
except :
string = input(promt)
print ("command was " + string)