|
|
---|---|
Module: Built-in Syntax: oct(integer) Description: Returns the octal representation of the integer. See Python documentation for more details. Example:
|
|
|
|
---|---|
Syntax:
Description: May return True or False. Returns Example:
|
y : Ops 9:or [Fns…] > Ops 9:or
y N
[a A #] |
|
|
---|---|
Module: Built-in Syntax: ord("character") Description: Returns the unicode value of the character. See Python documentation for more details. Example:
|
|