πŸ“Š Python
Q. Which function returns the Unicode code of a character?
  • (A) ord()
  • (B) chr()
  • (C) ascii()
  • (D) unicode()
πŸ’¬ Discuss
βœ… Correct Answer: (A) ord()

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

Explanation by: Mr. Dubey
`ord()` returns the Unicode code point of a character.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
49
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate