Commit 3c83fde1 by BellCodeEditor

auto save

parent 6d88eca4
Showing with 7 additions and 0 deletions
def ada():
x=5
y=4
return x
z=x+y
result=ada()
print(result)
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