Answers for "TypeError: ord() expected a character, but string of length 2 found."

0

TypeError: ord() expected a character, but string of length 2 found.

print(ord('AB'))
Posted by: Guest on September-25-2021

Code answers related to "TypeError: ord() expected a character, but string of length 2 found."

Python Answers by Framework

Browse Popular Code Answers by Language