Need help on ps0. I have written the code, but how do I test it? I can't seem to find a way of running it.
windows? open it with idle and run it from there
Yes.. I am using the windows version. I now see the run option. But when I click run module I get (There's an error in your program: invalid syntax). That means the code is not correctly set, right? Just want to be sure. Thanks again.
usually it hi-lites the area of the syntax error
Did you complete ps0 yet ?
If you're using Python 3.x, raw_input() is now input(). That could be causing the error.
Open Idle, and if there is a syntax error that means your code is typed wrong somewhere. It's a human error, not a machine error. Look where it is highlighted and then look for what you typed wrong.
Got it working, thanks guys... it is python 3 and I was using the raw_input() instead of input().
Join our real-time social learning platform and learn together with your friends!