Commit 79d1a84b by BellCodeEditor

save project

parent e0ee1bae
Showing with 13 additions and 2 deletions
def add(x,y):
z = x + y
print('z的值为:',z)
return z
r= add(8,4)
print('值为',r)
\ No newline at end of file
......@@ -11,7 +11,10 @@ def d():
print('输整数')
else:
sb.append(unit)
print(sb)
d()
return sb
e=d()
print(e)
\ 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