|
|
---|---|
See if..elif..else.. for details. |
y N
[Fns…] > Ctl 1:if.. 2:if..else.. 3:if..elif..else 9:elif : 0:else: |
|
|
---|---|
Keyword Syntax: ••Gray indent identifiers automatically provided in the Python App for ease of use. if : •• elif : •• else: Description: Example: Create and run this program, say
|
y N
[Fns…] > Ctl 1:if.. 2:if..else.. 3:if..elif..else 9:elif : 0:else: |
|
|
---|---|
Keyword See if..elif..else.. for details. |
y N
[Fns…] > Ctl 1:if.. 2:if..else.. 3:if..elif..else 9:elif : 0:else: |
|
|
---|---|
Module: Built-in Syntax:var.imag Description: Returns the imaginary part of a specified variable of complex number type. Example:
|
|
|
|
---|---|
Keyword Syntax:
Description: The |
y N |
|
|
---|---|
Keyword Syntax:
Description: The |
y N |
|
|
---|---|
Keyword Syntax: import ti_hub Description: The For individual input and output devices, use the dynamic module functionality by selecting the device from |
|
|
|
---|---|
Keyword Syntax: import time Description: The time module is accessed using this command. This instruction imports the public attributes of the time module within its own name-space. |
|
|
|
---|---|
Keyword Syntax: import ti_plotlib as plt Description: The Example: See sample program: COLORLIN. |
» Modul [Fns…]>Modul |
|
|
---|---|
Keyword Syntax: import ti_rover as rv Description: The Example: See sample program: ROVER. |
» Modul [Fns…]>Modul |
|
|
---|---|
Keyword Syntax: import ti_system Description: The Example: See sample program: REGEQ1. |
|
|
|
---|---|
Keyword Description: Use in to check if a value is in a sequence or to iterate a sequence in a for loop. |
y N
|
|
|
---|---|
Module: Built-in Syntax:var.index(x) Description: Returns the index or position of an element of a list. See Python documentation for more details. Example:
|
|
|
|
---|---|
Module : Built-in Syntax:
Description: Prompt for input
Example:
Alternate Example:
|
y N
[Fns…] I/O |
|
|
---|---|
Module : Built-in Syntax:
Description: The Example:
|
y 9 List
y N
[Fns…] > List
|
|
|
---|---|
Module : Built-in Syntax:
Description: Returns Example:
|
y N
[Fns…] > Type |
|
|
---|---|
Keyword Description: Use is to test if two objects are the same object. |
y N |