How do I save a program using Python Idle? -
I have Mac version 10.6.8 and I have installed Python 3.3 with idle yet. I am new and this is my first program language which I am learning, no previous experience. I am using the Wikibooks guide for a new programmer, I have done "Hello World", but after that it talks about saving - & gt; File - & gt; save as. I'm stupid but I do not see this feature or area where I can choose the file. I have a screenshot but can not be posted because I do not have representative digits.
- file
- name it
- Save
Your file will be saved with .py extension, which is a Python script file.
Comments
Post a Comment