A

Admin • 833K Points
Coach

Q. Which function returns the Unicode code of a character?

  • (A) ord()
  • (B) chr()
  • (C) ascii()
  • (D) unicode()
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`ord()` returns the Unicode code point of a character.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.