Anyone have the solution for Problem Set 0?
what course?
Intro to computer science and programming
I finished 0 and 1 this weekend.
We can take a look at your solution, if you want.
@mlppittman Problem set 0 is instaling Python? If it is then... Just download it from https://www.python.org/downloads/ folow the steps and when it is instaled go to My computer -> right mouse button -> properties ->advanced system settings -> environment variables--> under system variables find "path" click it --> click edit then add this: ;C:\Python34\ python34 is the version i have instales so you should enter the version of python you have instaled. Hope it helps :)
You can find the instructions for installing Python in addition to the first problem set assignment here at the bottom of the page in the section titled : Problem Sets. http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-2-core-elements-of-a-program/ Also, if you're having a hard time figuring out the program you need to create, check this link out: http://learnpythonthehardway.org/book/ex12.html It's part of our recommended reading for the class.
Join our real-time social learning platform and learn together with your friends!