πŸ“Š Python
Q. Which function is used to convert a number to a string?
  • (A) int()
  • (B) str()
  • (C) float()
  • (D) chr()
πŸ’¬ Discuss
βœ… Correct Answer: (B) str()

Explanation: `str()` converts a number to a string.

Explanation by: Mr. Dubey
`str()` converts a number to a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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