Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
microsoft
Edit Copy
Star
GitHub Repository:
microsoft/vscode
Path:
blob/main/extensions/copilot/test/simulation/fixtures/notebook/fixing/fixing18.ipynb
1
3
4
0
5
views
Kernel:
Unknown Kernel
In [ ]:
Copy
def
f
(
)
:
for
_
in
range
(
4
)
:
a
=
1
print
(
a
)
return
a