Q68
What is the output when we execute list("hello")?
A.
['h', 'e', 'l', 'l', 'o']
AnswerB.
['hello']
C.
['llo']
D.
['olleh']
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board