Created
May 8, 2022 12:19
-
-
Save nvictor/77ffe8ba2e99e2c8c541581b87b9f25c to your computer and use it in GitHub Desktop.
better_error_messages.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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