Commit c6d85474 by BellCodeEditor

auto save

parent 3d972f8c
Showing with 8 additions and 0 deletions
def func(x,y):
if x>y:
return x
else:
return y
z=func(3,5)
print(z)
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 sign in to comment