Skip to content

Instantly share code, notes, and snippets.

@adrianmarkperea
Created October 19, 2019 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianmarkperea/53150707b955edfa80d55f895eced0cf to your computer and use it in GitHub Desktop.
Save adrianmarkperea/53150707b955edfa80d55f895eced0cf to your computer and use it in GitHub Desktop.
@debug_transformer
def walkout(name):
print(f'Bye {name}')
walkout('Felicia')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment