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

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