Commit 79f861c4 by BellCodeEditor

save project

parent 6e91d49f
Showing with 7 additions and 7 deletions
......@@ -1009,17 +1009,17 @@ def new_inpur
except:
print("")
else:
total.append(money)
total.append(unit)
finally:
print("-"*30)
print("===================================================")
return total
return .new_inpur()
def sun(money)
count=0
for i in money:
count=count+i
return count
......
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