Commit e3fe08d1 by BellCodeEditor

save project

parent a6c20ac9
Showing with 4 additions and 2 deletions
...@@ -16,4 +16,6 @@ def sum(money): ...@@ -16,4 +16,6 @@ def sum(money):
for i in money: for i in money:
content+=i content+=i
return content return content
print("花了",str(sum()),"元!扫码还是现金") y=s()
\ No newline at end of file w=str(str(y))
print("花了",w,"元!扫码还是现金")
\ 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