Commit 58d1d8b0 by BellCodeEditor

auto save

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