User Manual

Table Of Contents
14-10
4. Use f and c to select the command you want to input.
5. After selecting the command you want to input, press 1(INPUT) or w.
When you enter the PYTHON mode and display the catalog, the command that was selected
the last time you displayed the catalog will appear first.
Command Categories
The contents of each category of the PYTHON mode catalog are described in the table below.
Category Name Description
All Shows a list of all functions and commands included in the PYTHON
mode catalog.
Built-in Shows a list of Python built-in functions and commands. The functions
and commands included in this category can be used without importing
a module.*
math Shows a list of commands that import the Python math module* (math
functions), and the functions included in the math module.
random Shows a list of commands that import the Python random module*
(random number functions), and the functions included in the random
module.
casioplot Shows a list of commands that import the casioplot module,* and draw
functions included in the casioplot module.
The casioplot module is a CASIO-original module. For details, see “Using
Draw Functions (casioplot Module)” (page 14-17).
Symbol Shows a list of symbols and operators.
*
For details about modules, see “Using Modules (
import)” (page 14-11).
Unlike the catalogs of other modes (page 1-9), there is no command history function or QR
Code function in the PYTHON mode.
u Input Example: To use the Catalog Function to input “import math”
1. On the script editor screen, move the cursor to the line where you want to input the
command and then press !e(CATALOG).
2. Press 6(CTGY) to display the category screen, and then
press d(math).
3. Press ((I) searches for commands that begin with “i”.
4. After confirming that “import math” is selected, press w.
For details about “import math”, see “Using Modules
(
import)” (page 14-11).