Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 17 Online
OpenStudy (anonymous):

Hi, I'm interested in joining this course, but the syllabus page for it does not specify whether or not Python 2.5.4 runs on Windows 8. Does Python 2.5.4 run on Windows 8, and if it does not, what can I do to rectify this problem?

OpenStudy (e.mccormick):

Don't know if it does, but the latest 2.7.x version works fine with the course.

OpenStudy (anonymous):

Does it also run fine on Windows 8?

OpenStudy (e.mccormick):

Yes. I have it on XP, 7, and 8.

OpenStudy (e.mccormick):

On Windows 8: ``` Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> for x in range(4): print x 0 1 2 3 >>> ```

OpenStudy (anonymous):

Thanks :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!