Commit 50b09337 by BellCodeEditor

save project

parent 20b21557
Showing with 2 additions and 2 deletions
......@@ -14,7 +14,7 @@ def asd():
print('-'*30)
print(total)
return total
a=asd()
#a=asd()
#print(a)
def sum(m):
ddd=0
......@@ -24,7 +24,7 @@ def sum(m):
sum(a)
b=asd()
pr=sum(b)
print(pr)
print('一共',pr,'元')
......
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