Commit b9e98a8e by BellCodeEditor

save project

parent 2fae9e82
Showing with 3 additions and 1 deletions
...@@ -20,5 +20,6 @@ def cal(money): ...@@ -20,5 +20,6 @@ def cal(money):
return total return total
list = test() list = test()
totalmoney = cal(list) totalmoney = cal(list
)
print("总价是"+str(totalmoney)) print("总价是"+str(totalmoney))
\ 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