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/fixing12.ipynb
1
3
4
0
5
views
Kernel:
Unknown Kernel
In [ ]:
Copy
def
evaluateSmallerThan
(
a
:
int
,
b
:
int
)
:
return
(
a
<
b
)
.
to_string
(
)