Vidyalelo
Python · Q68

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 68

Q68

What is the output when we execute list("hello")?

A.
['h', 'e', 'l', 'l', 'o']
Answer
B.
['hello']
C.
['llo']
D.
['olleh']

Answer: Option A

Solution

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