Commit 55496e8e by BellCodeEditor

save project

parent 391fa63c
Showing with 12 additions and 0 deletions
......@@ -14,3 +14,15 @@ def ssk():
return total
result=ssk()
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