Review Note

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

Current Deck: Python::Python - Pythonic

Published

Fields:

Front
How to return the last element of a sequence?
s =  [12, 23, 19, 45]
Back
s[-1]
45

Tags:

python

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: