Skip to content

Instantly share code, notes, and snippets.

@initcron
Created November 22, 2023 15:19
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 initcron/a0bb50aee7adc9245bae004581d23984 to your computer and use it in GitHub Desktop.
Save initcron/a0bb50aee7adc9245bae004581d23984 to your computer and use it in GitHub Desktop.
2023-11-22 10:19:12 ERROR - An error occurred in the application:
Traceback (most recent call last):
File "app.py", line 27, in <module>
result = divide(15, 3)
File "app.py", line 15, in divide
return x / y
ZeroDivisionError: division by zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment