|
|
---|---|
Syntax: Description: Use after import math command to use a function in the math module. Example:
|
y N
|
|
|
---|---|
Module: Built-in Syntax: Description: Returns the maximum value in the sequence. See Python documentation for more information on max(). Example:
|
y N
|
|
|
---|---|
Module: Built-in Syntax:
Description: Returns the minimum value in the sequence. See Python documentation for more information on min(). Example:
|
y N
[Fns…] > List |
|
|
---|---|
Module: time Syntax: monotonic() elapsed time Description: Returns a value of time from the point of execution. Use the return value to compare against other values from Example: Sample program:
|
|