Commit 37c59a6a by BellCodeEditor

auto save

parent 50b09337
import func
d=func.asd()
f=func.sum()
print('选手分数为',f)
\ No newline at end of file
......@@ -12,7 +12,7 @@ def asd():
else:
total.append(unit_)
print('-'*30)
print(total)
return total
#a=asd()
#print(a)
......@@ -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