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.

  1. file
  2. name it
  3. Save

    Your file will be saved with .py extension, which is a Python script file.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -