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