A

Admin • 832.27K Points
Coach

Q. What will be the output of `print(chr(65))`?

  • (A) A
  • (B) 65
  • (C) a
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`chr(65)` returns the character 'A' for Unicode value 65.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.