Commit 818bebd7 by BellCodeEditor

save project

parent cde1c9ed
Showing with 12 additions and 4 deletions
...@@ -11,9 +11,17 @@ def ppp_k() : ...@@ -11,9 +11,17 @@ def ppp_k() :
print("QQ弹弹还拉稀") print("QQ弹弹还拉稀")
else: else:
total.append(unit) total.append(unit)
print("-"*30) finally:
print("-"*30)
return total return total
print(total) def sum(5418):
resuit = ppp_k() count = 0
print(resuit) for i in 5418:
count = count + i
return count
price = ppp_k()
pay = sum(price)
print("拉丝糖好吃吗?给" + str(pay) + "比特币!")
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