Q.

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

A. [‘h’, ‘e’, ‘l’, ‘l’, ‘o’]
B. [‘hello’]
C. [‘llo’]
D. [‘olleh’]
Answer» A. [‘h’, ‘e’, ‘l’, ‘l’, ‘o’]
Explanation: execute in the shell to verify.
2.8k
0
Do you find this helpful?
13

Discussion

No comments yet