Stuck at problem set 0, not sure how to join the three steps of the problem - I declare a variable to hold the first and last names, and know how to print it, just don't know how to get the 3 steps to work in sequence... help much appreciated
This might help you. http://en.wikibooks.org/wiki/Python_Programming/Input_and_output
Yah I get what you mean too. Is there something I do to run the program from top to bottom?
Copy/Paste, but it seems like you are having a similar issue: In IDLE, you are going to open a new window using Ctrl+N, or select "File", "New Window." This will open a new window that just resemble a blank page. This will be your workspace. You are going to write all you code in this window, and then "Save as..." to save the file name as "pset0.py" I usually use F5 to Run the module which requires it to be saved before running. So, to clarify: open new window, write all the code in new window, F5 to save code and run in IDLE. IDLE will run through the module one line at a time, doing each step
Join our real-time social learning platform and learn together with your friends!