2 odpowiedzi
0
The definetion of an ASCII table: ASCII (American Standard Code for Information Interchange) is the most common format for text files in computers and on the Internet. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit binary number (a string of seven 0s or 1s). 128 possible characters are defined.
So with python you can actually pull from this table, or request the ascii code of the characters on this table.
0
Check this link.
https://www.computerhope.com/jargon/a/ascii.htm