This cart shows a chr function, which allows you to enter an ASCII integer code, and spits out a the correct character, in the form of a string. Example:
print(chr(32))
This code is released into the public domain.
[Please log in to post a comment]