Commit 55496e8e by BellCodeEditor

save project

parent 391fa63c
Showing with 13 additions and 2 deletions
......@@ -13,4 +13,16 @@ def ssk():
total.append(unit)
return total
result=ssk()
print(result)
\ No newline at end of file
print(result)
def sufd(yosu):
conut=0
for i in yosu:
conut=conut+1
return conut
result=ssk()
print(result)
price=sum(result)
print(price)
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