Commit fbefeeaf by BellCodeEditor

save project

parent 77143531
Showing with 2 additions and 1 deletions
......@@ -19,7 +19,7 @@ def sum(unit):
count=0
for i in unit:
count=count+i
return count
return count
result=new_input()
pay=sum(result)
print("你要付"+str(pay)+"元,怎么付?")
\ 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