File: bad.py

package info (click to toggle)
pylint 3.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,660 kB
  • sloc: python: 74,101; makefile: 67
file content (3 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (3)
1
2
3
x = 1
y = 2
print(f"x + y = x + y")  # [f-string-without-interpolation]