For Problem set 5, I can't get the ps_5.py file to work. Although I have edited the ps_5.py file according to the problem set, I can't check my answer because every time i run the test file, it does not give me an output. Anyone else face the same problem or knows how to solve this?
By this, i mean whenever I run the test file given, there is no output or error, it just returns back the prompt >> so I can't check my code to see if my code works
The problem set 5 in question is from MIT OCW Introduction to Computer Science and Programming, course 6.00.
If your getting back your prompt, the program is running, and with no messages it's not crashing. Therefore, you have issues with your output inside your code. Sprinkle print statements throughout your code so you can figure out where things become unexpected.
Join our real-time social learning platform and learn together with your friends!