Q. What will be the output of `print(chr(65))`?
β
Correct Answer: (A)
A
Explanation: `chr(65)` returns the character 'A' for Unicode value 65.