If you are using Python at the NM Tech Computer Center (TCC), you can get conversational mode from → → → .
To write a program:
→ → → .
Use → , select in the pop-up menu, and click . This will bring up an edit window.
Write your Python program in the edit window, then
use → to save it under some file
name that ends in “.py”.
To run your program, use → . In the “Run Script” popup, enter the name of your program in the field labeled , then click .
The output will appear in the “Interactive Window”.