I was wrong, Get me outta here!
>>> ord('A') 65 >>> bin(65) '0b1000001'You might have guessed that `C` is 1000011, or 67. And by now you might be thinking, "Hey wait a minute, what about 0-64?" because it's kind of silly to start A at 65 if you could start it at 0 or 1 instead. Well, ASCII actually defines the first several characters as control characters. They're not for displaying text, they're for controlling the computer or the text streams. The first few are: