Thanks! So, I should download Python 3.3.3?
No youshould download the latest....python 3.6.4
What he's doing in the video can't be done on Python 3.6.4
My version of Python 3.6.4 has >>> on each line.
If I try to do what he's doing in the video, I get a "SyntaxError: EOL while scanning string literal"
Okay, I see now that Python 3.3.3 and 3.3.x have reached "end of life," according to the Python.org page. It says that "After 2017-09-29, we no longer accept bug reports nor provide fixes of any kind for Python 3.3.x"
(Jan-29-2018, 12:30 AM)nelsonkane Wrote: [ -> ]My version of Python 3.6.4 has >>> on each line.
![[Image: Wn7asS.jpg]](https://imagizer.imageshack.com/v2/xq90/922/Wn7asS.jpg)
Also look at better alternative than IDLE,search forum there are may discussion about IDE/Editor.
Thanks!
I still get an error message however-
Hello world
Enter your name:
Nelson
Traceback (most recent call last):
File "C:/Python27/hello.py", line 4, in <module>
name=input()
File "<string>", line 1, in <module>
NameError: name 'Nelson' is not defined
What do you think I did wrong? :)
In behalf of nelsonkane, thank you! :-)