Skip to content

Instantly share code, notes, and snippets.

@manuelinfosec
Created September 6, 2022 02:23
Show Gist options
  • Save manuelinfosec/a5085de526d96406b1d1ae39d2088445 to your computer and use it in GitHub Desktop.
Save manuelinfosec/a5085de526d96406b1d1ae39d2088445 to your computer and use it in GitHub Desktop.
@bread
@ingredients
def sandwich(food="--ham--"):
print(food)
sandwich()
# Outputs:
#</''''''\>
# #tomatoes#
# --ham--
# ~salad~
#<\______/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment