Commit 926fd9df by BellCodeEditor

save project

parent 8ad71a6e
Showing with 9 additions and 0 deletions
......@@ -10,5 +10,6 @@ def imk():
break
else:
total.append(unit)
print(total)
imk()
\ No newline at end of file
def add(x,y):
z = y + x
print('z的值为:',z)
return z
i = add(23,45)
print(i + 12)
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