We can return a range of characters by using the _______syntax
Answers
Answered by
2
Answer:
Explanation:
You can return a range of characters by using the slice syntax. Specify the start index and the end index, separated by a colon, to return a part of the string.
Similar questions