mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-15 16:01:10 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
356 B
356 B
In [ ]:
def f():
for _ in range(4):
a = 1
print(a)
return a