Commit c6c4fa91 by BellCodeEditor

save project

parent 818bebd7
Showing with 7 additions and 3 deletions
......@@ -12,11 +12,11 @@ def ppp_k() :
else:
total.append(unit)
finally:
print("-"*30)
print("-"*70)
return total
def sum(5418):
def sum(pnk):
count = 0
for i in 5418:
for i in pnk:
count = count + i
return count
price = ppp_k()
......
import func
data = func.ppp_k()
score = func.sum(data)
print("你吃吃拉丝糖拉拉稀:"+str(score))
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