January 2000
Intermediate to advanced
672 pages
21h 46m
English
The following sections describe the standard types that are built into the interpreter. These are the numeric types, sequence types, and several others, including types themselves. There is no explicit boolean type; use integers instead.
Some operations are supported by several object types; in particular,
all objects can be compared, tested for truth value, and converted to
a string (with the notation ` ...`). The latter
conversion is implicitly used when an object is written by the
print statement.
Read now
Unlock full access