blob: 0ed17f9cb3da62b88737e31d271ff86100d1aa68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Traceback (most recent call last):
File "/home/tb.py", line 13, in <module>
in_Python_3_11()
^^^^^^^^^^^^^^^^
File "/home/tb.py", line 2, in in_Python_3_11
return error_locations()
^^^^^^^^^^^^^^^^^
File "/home/tb.py", line 5, in error_locations
return are_provided() is True
^^^^^^^^^^^^^^
File "/home/tb.py", line 8, in are_provided
return in_tracebacks()
^^^^^^^^^^^^^^^
File "/home/tb.py", line 11, in in_tracebacks
return 1/0
~^~
ZeroDivisionError: division by zero
|