Mar-30-2017, 09:59 PM
(Mar-30-2017, 05:28 PM)sylas Wrote: You are right. With terminal it is different. I repeat the two correct lines that work with the terminal but not with myCharm:
text=input("enter your text ") print("you entered: ", text)Here is what the interpreter of myCarm says:Do you think I must delete all myCharm and then reinstall the same ???
Error:text=input("enter your text: ") File "<string>", line 1, in <module> NameError: name 'cvfret' is not defined
It seems like you are using a version of python 2.x so please change input() into raw_input().