Q. Which function returns the Unicode code of a character?
β
Correct Answer: (A)
ord()
Explanation: `ord()` returns the Unicode code point of a character.