Traceback (most recent call last):
  File "test.py", line 10, in foo
    x = 1 / 0
        ~~^~~
ZeroDivisionError: division by zero

----------

<Color fore=<RED>>Traceback (most recent call last):
<Color>  <Color fore=<WHITE>>File <Color fore=<CYAN>>"test.py"<Color fore=<WHITE>>, line <Color fore=<YELLOW>>10<Color fore=<WHITE>>, in <Color fore=<MAGENTA>>foo<Color fore=<WHITE>>
<Color>  <Color fore=<WHITE>>  x = <Color fore=<YELLOW>>1<Color fore=<WHITE>> / <Color fore=<YELLOW>>0<Color fore=<WHITE>>
<Color>  <Color fore=<RED>>      ~~^~~
ZeroDivisionError: division by zero
