Commit 79f861c4 by BellCodeEditor

save project

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