Last updated 2 years ago
Developed firstly that maps characters 1 to 1 with bytes
Lowercase characters
Higher case characters
print('a' < 'A') # prints False print('A' < 'a') # prints True