Computer Science
What is the output when we execute list("hello")?
- ['h', 'e', 'l', 'l', 'o']
- ['hello']
- ['llo']
- ['olleh']
Python List Manipulation
93 Likes
Answer
['h', 'e', 'l', 'l', 'o']
Answered By
2 Likes
93 Likes
['h', 'e', 'l', 'l', 'o']
Answered By
2 Likes