Commit ac47959e authored by Adam Blank's avatar Adam Blank
Browse files

Update code.py

No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
def f(x: int) -> int: def f(x: int) -> int:
return x % 2 return 0
def g(x: int) -> int: def g(x: int) -> int:
if x > 100: return 0
return 0
return x
def h(x: str) -> int: def h(x: str) -> int:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment