Skip to content

Instantly share code, notes, and snippets.

@rec
Last active July 12, 2020 14:16
Show Gist options
  • Save rec/e0a9961ad8bceea9a22fd47543bb8cbd to your computer and use it in GitHub Desktop.
Save rec/e0a9961ad8bceea9a22fd47543bb8cbd to your computer and use it in GitHub Desktop.
dek 1.1
@print_before
def important(lives, money, valuables=None):
"""Do big, important things!!"""
pass
>>> important(23, 105.17, valuables=['dogs'])
important (23, 105.17) {'valuables': ['dogs']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment