Commit 58d1d8b0 by BellCodeEditor

auto save

parent 43d573a8
Showing with 4 additions and 3 deletions
def add(): def add():
x=5 x=5
y=4 y=9
x+y=z z=x+y
return z return z
print() a=add()
print(a)
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