InterviewSolution
Saved Bookmarks
| 1. |
Define the term String Slicing with suitable example |
|
Answer» ong>ANSWER: In this lesson, you'll LEARN how to expand that syntax to extract SUBSTRINGS from a string. This technique is known as string slicing. You'll practice with the standard syntax, and learn how omitting the first or last index extends the SLICE. ... So in this EXAMPLE, s is the string and m and n are the two values. Explanation: Mark me as a brainliest |
|