Review Note

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

Current Deck: Python::Python - Pythonic

Published

Fields:

Front
get with error handling

d = {'spam': 1.25, 'ham': 1.99, 'eggs': 0.99, 'bacon': 1.10}
Back
d.get('spam', 'Not an option')

d.get('celery', 'Not an option')

Suggested Changes:

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

Field Changes:

Tag Changes: