# The ord() function returns an integer representing the Unicode character. res = ord('A') print(res) # output 65