We can return a range of characters by using the _______syntaxWhat output the following python code should print? b = "Hello, World!" print(b[2:5])
Answers
Answered by
2
- We can return a range of characters by using the slice syntax.
- llo
Similar questions