Python-ASC|| table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python-ASC|| table

what is an ASCII table for python?

2nd Mar 2020, 11:02 PM
Sdrab
2 Answers
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.
2nd Mar 2020, 11:12 PM
Ruben Eekhof
Ruben Eekhof - avatar
3rd Mar 2020, 2:27 AM
Maninder $ingh
Maninder $ingh - avatar