Vidyalelo
Python · Q4

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 4

Q4

What is the purpose of the list() constructor in Python?

A.
Creates a new list
Answer
B.
Converts a list to a tuple
C.
Converts a string to a list
D.
Creates a tuple

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board