Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Common Stuff

Published

Currently Published Content


Front
slice out: ['c', 'd', 'e', 'f', 'g']

a = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']
Back
a[2:5]

No published tags.

Pending Suggestions


No pending suggestions for this note.