Ord() application

Report a typo

Write a code that calculates the sum of Unicode code points of two given characters.

Sample Input 1:

a
b

Sample Output 1:

195
Write a program in Python 3





___

Create a free account to access the full topic