What do you understand by string slices?
Answers
Answered by
1
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
String slicing means the python strings are immutable, which means that they cannot be changed after they are created
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
Answered by
16
Answer:
- String slicing means the python strings are immutable, which means that they cannot be changed after they are created.
Similar questions