Use the example activity provided as an experience to become familiar with the workspaces in the Python App.
• | Create a new program from the File Manager |
• | Write the program in the Editor |
• | Execute the program in the Shell in the Python App. |
For more about Python programming on your CE, please see resources for
TI-84 Plus CE Python.
Getting Started:
Note: Actual screens may vary slightly from provided images. |
|
|||||||||||
Enter new program name from File Manager.
|
|
|||||||||||
New File Name Entry
TIp: If the cursor is not in ALPHA lock, press y ƒ ƒ for upper case letters. |
|
|||||||||||
Enter program as shown. TIp: App provides quick entry! Always watch the cursor state as you enter your program!
Try-It![a A #] and yN also are helpers for quick entry as needed! |
|
|||||||||||
Execute the program PRINT
Note: At the Shell prompt >>>, you can execute a command, such as 2+3. If you use any method from math, random, or other available modules, be sure to execute an import module statement first as in any Python coding environment. |
|