Quote:
|
Originally Posted by zem52887
These commands are slightly more complex than the "print" command haha.
|
Programming is a skill that is difficult to get the hang of without any experience. Take it slow, experiment, and post if you find yourself in difficulty. I can't guarentee I'll be around all the time, but there are others who can help you, and referring back to the Python tutorial and reference documents will also help.
Quote:
|
Originally Posted by zem52887
also, which python program do you suggest I use? the command line? or the IDLE?
|
IDLE's not bad, because it also contains an text editor with nice formatting. You can open a .py file by going to the File -> Open menu. I believe there's also a File -> New option as well.