πŸ“Š Python
Q. What will be the output of `print(chr(65))`?
  • (A) A
  • (B) 65
  • (C) a
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) A

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

Explanation by: Mr. Dubey
`chr(65)` returns the character 'A' for Unicode value 65.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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