Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Created September 12, 2019 17:59
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 michielmulders/cdbd198f84604801c451fbae5e60c139 to your computer and use it in GitHub Desktop.
Save michielmulders/cdbd198f84604801c451fbae5e60c139 to your computer and use it in GitHub Desktop.
Example Stack Trace Python
# example.py
def say(name):
print('Hello, ' + nam)
say('Michael')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment