Commit 818bebd7 by BellCodeEditor

save project

parent cde1c9ed
Showing with 11 additions and 3 deletions
......@@ -11,9 +11,17 @@ def ppp_k() :
print("QQ弹弹还拉稀")
else:
total.append(unit)
finally:
print("-"*30)
return total
print(total)
resuit = ppp_k()
print(resuit)
def sum(5418):
count = 0
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