Skip to content

Instantly share code, notes, and snippets.

@K-Mistele
Created November 11, 2020 22:43
Show Gist options
  • Save K-Mistele/2ca136be447633a858832bdf49d725e6 to your computer and use it in GitHub Desktop.
Save K-Mistele/2ca136be447633a858832bdf49d725e6 to your computer and use it in GitHub Desktop.
CodeLighthouse Example Code
def broken_function():
not_a_dictionary = 1
not_a_dictionary.append("hello")
broken_function()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment