Files
codeql/python/ql/test/query-tests/Statements/no_effect/notebook.py
2018-11-19 15:15:54 +00:00

27 lines
231 B
Python

# This test is for IPython/Jupyter notebooks which can legitimately include bare expressions at the end of each code-cell.
# <nbformat>3.0</nbformat>
# <codecell>
y = 1 + 1
y
# <codecell>
z = 2 * 2
z
# <codecell>
y