<< pyLesser Scithon pyMod >>

Scithon >> Scithon > pyList

pyList

Creates a python list.

Syntax

pyList(arg0, arg1…)

Arguments

arg0

Value at index 0 of the List

arg1

Value at index 1 of the List

Description

Creates and returns a python list containing the arguments passed. Arguments can be of type int, double, string, bool or python variable.

Example

startPy
X = pyList(1,2,"Hello",3)
disp(X(0))
disp(X(2))
quitPy

Report an issue
<< pyLesser Scithon pyMod >>