Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following operators are valid operators for numbers. Note: In addition to these there are also functions in the math module.

Table of Contents

chr()

The chr() operator returns a string containing the character represented by the ASCIIi value of the number it operates on.  For example:

...