'''note the integer representation of unicode character of capital letters and small letters are completely different''' # example print( ord('A') ) # output 65 print( ord('a') ) # output 97