Commit 4b05d343 by BellCodeEditor

auto save

parent ae129af5
Showing with 51 additions and 2 deletions
...@@ -10,10 +10,59 @@ def x(): ...@@ -10,10 +10,59 @@ def x():
unit=int(unit) unit=int(unit)
except: except:
print("dsfghjgrh的是福冈软体黄金分割v") print("dsfghjgrh的是福冈软体黄金分割v")
total.append(money) else:
total.append(unit)
finally finally
print("-"*30) print("=============================================")
return total 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() result=x()
print(result) 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