+ 1
Please can anyone explain the slicing operator?
I didn't understand this: >>>S=mystring >>>S[0:3:-1] >>>''
3 Answers
+ 5
StackOverflow has a nice thread on this topicđ
https://stackoverflow.com/questions/509211/understanding-slice-notation
+ 4
Here is a python tutorial for slicing:
https://www.sololearn.com/learn/Python/2453/
+ 1
Om Kumar thnx bro