mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-15 07:41:11 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
329 B
329 B
In [ ]:
def evaluateSmallerThan(a : int, b : int):
return (a < b).to_string()