File: f_string_new.txt

package info (click to toggle)
python-stack-data 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,204; sh: 29; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Traceback (most recent call last):
 File "formatter_example.py", line 57, in f_string
      54 | def f_string():
      55 |     f"""{str
      56 |     (
-->   57 |         1 /
                   ^^^
      58 |           0 + 4
                     ^
      59 |         + 5
      60 |     )
      61 |     }"""
ZeroDivisionError: division by zero