+ 1

Slicing

Can someone explain me Slicing because in this lesson I always make mistakes?

4th Aug 2024, 6:44 AM
Jakob
Jakob - avatar
3 odpowiedzi
+ 5
Jakob , 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
4th Aug 2024, 10:49 AM
Lothar
Lothar - avatar
+ 1
Thanks
4th Aug 2024, 11:41 AM
Jakob
Jakob - avatar