0
How can I fix the input error in Visual Studio Code?
How can I fix the input error in Visual Studio Code? x = input() print(x) Traceback (most recent call last): File: "e: /Python/Lib/site-packages/hello.py", line 1, in <module> x = input () File "<string>", line 1, in <module> NameError: name 'hello' is not defined
6 Antworten
+ 3
If you are installing virtual studio for the first time, you have to download some packages to run a code on it. You can watch this video if it this problem appeals to you.
https://youtu.be/AKVRkB0fot0
+ 1
Did you type hello as input?
0
Yes, and I get that error when I try to print it. I try the same program here on SoloLearn and it works fine for me.
0
Jelp mi, quiero seguir boludeando en Visual Studio con mis programas chafas y no puedo. 😔
0
It did not work.
0
Did you have installed python other than the visual studio?