Commit 300b81e5 by BellCodeEditor

save project

parent b6c6789e
Showing with 2 additions and 2 deletions
def x(xing): def x():
total = [] total = []
while True: while True:
input("请输入单价:(按'p'退出)") input("请输入单价:(按'p'退出)")
...@@ -17,7 +17,7 @@ def x(xing): ...@@ -17,7 +17,7 @@ def x(xing):
#print("程序结束") #print("程序结束")
return total return total
totai=x() totai=x()
m=x() m=totai+1
print(m) print(m)
......
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