+ 2

What's slicing???

31st Jul 2024, 2:07 PM
Rouza TN
Rouza TN - avatar
2 Antworten
+ 3
Rouza , here is a short tutorial (from the community section) about slicing in python. it demonstrates this with *lists*. but slicing can also be applied the same way by using *tuple* or *string*. slicing can *not* be applied to *set* and to *dictionary*. in the tutorial: > if you click on `tap to edit`, the sample codes are presented in the playground. you can modify and run them. you can also save them for further use. https://www.sololearn.com/learn/o-Python/2453/?ref=app
31st Jul 2024, 3:20 PM
Lothar
Lothar - avatar