Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created May 8, 2022 12:19
Show Gist options
  • Select an option

  • Save nvictor/77ffe8ba2e99e2c8c541581b87b9f25c to your computer and use it in GitHub Desktop.

Select an option

Save nvictor/77ffe8ba2e99e2c8c541581b87b9f25c to your computer and use it in GitHub Desktop.
better_error_messages.py
# NOTE(victor): the error is the unclosed print() statement
print("""Are we getting better error messages yet?"""
if __name__ == "__main__":
print("Are we?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment