superlint/test/linters/python_pyink/python_bad_1.py

5 lines
45 B
Python
Raw Normal View History

a=1;b=2
c=a+b
BROKEN_VAR=BROKEN_VAR
print(c)