Python Forum

Full Version: Can you tell me where this person got the version of Python that he's using?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
*for.py - C:/Users/Madhur/Desktop/for.py*

is at the top of his version of Python. I'm talking about the version he uses in his video below:

https://www.youtube.com/watch?v=I5_UxvF_svw
Python 3.3.3
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]
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? :)
(Jan-29-2018, 02:53 AM)nelsonkane Wrote: [ -> ]File "C:/Python27/hello.py", line 4, in <module>
You are you using 2.7?
(Jan-29-2018, 12:30 AM)nelsonkane Wrote: [ -> ]My version of Python 3.6.4 has >>> on each line.
Python 3.6 and pip installation under Windows
In behalf of nelsonkane, thank you! :-)