Commit 8b72b5e0 by BellCodeEditor

auto save

parent d478a6f5
Showing with 2 additions and 2 deletions
def add (x,y): def add (x,y):
z = x + y z = x + y
print("z的值为:",z) print("z的值为:",z)
return z #return z
\ No newline at end of file \ No newline at end of file
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