mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
27 lines
231 B
Python
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|