Commit 096932d2 by BellCodeEditor

save project

parent 735a25aa
Showing with 5 additions and 0 deletions
def add (x,y):
z = x +y
print("z的值为:",z)
#return z
add(8,7)
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