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

Update code.py

parent 3d3707f3
Showing with 2 additions and 4 deletions
+2 -4
def f(x: int) -> int:
return x % 2
return 0
def g(x: int) -> int:
if x > 100:
return 0
return x
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