Skip to content

Instantly share code, notes, and snippets.

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