Commit 4b05d343 by BellCodeEditor

auto save

parent ae129af5
Showing with 51 additions and 2 deletions
......@@ -10,10 +10,59 @@ def x():
unit=int(unit)
except:
print("dsfghjgrh的是福冈软体黄金分割v")
total.append(money)
else:
total.append(unit)
finally
print("-"*30)
print("=============================================")
return total
def sum(money):
count=0
for i in money:
count=count+i
return count
price=z()
pay=sum(price)
print("的风格"+str(pay)+"法国红酒看来")
result=x()
print(result)
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