Vidyalelo
Python · Q7

MCQs on Python Tuples: Exam

Programming · Python · question 7

Q7

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

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

Answer: Option C

Solution

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