Anyone tell me about slicing with examples and it's work? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Anyone tell me about slicing with examples and it's work?

Python

3rd Jun 2023, 8:52 AM
Arooj Amina
Arooj Amina - avatar
2 Respostas
+ 8
Arooj Amina , > list slicing is introduced and explained in the *introduction to python* tutorial. if you get stuck in this, read this section of the tutorial again. also do some exercises with slices. > You can post what your particular problem is here to get help on exactly that. > here is also a link to a short tutorial from the community section: https://www.sololearn.com/learn/Python/2453/?ref=app
3rd Jun 2023, 10:43 AM
Lothar
Lothar - avatar
+ 3
In addition to the resource Lothar shared, I would also recommend next time using the search bar in this section or the Codebit section since they have some good examples. https://www.sololearn.com/Discuss/2984421/?ref=app https://www.sololearn.com/Discuss/2955122/?ref=app https://code.sololearn.com/cXNzv56rgiyL/?ref=app https://code.sololearn.com/W0uW3Wks8UBk/?ref=app Also, here's great video gems on the topic that go in-depth: https://youtu.be/ajrtAuDg3yw https://youtu.be/A5N_-kMbv1o
3rd Jun 2023, 11:54 AM
Justice
Justice - avatar