E.g, if I gave them this:
def foo(x): ... #add your implementation here def bar(x): pass #add your implementation here
def foo(x): return x+1 def bar(x): return x+1 pass
E.g, if I gave them this:
I'd get back this: