πŸ“Š Python
Q. Which function converts an iterable to a list?
  • (A) iterable()
  • (B) convert()
  • (C) list()
  • (D) to_list()
πŸ’¬ Discuss
βœ… Correct Answer: (C) list()

Explanation: `list()` can be used to convert tuples, sets, and other iterables to a list.

Explanation by: Mr. Dubey
`list()` can be used to convert tuples, sets, and other iterables to a list.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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