Commit 1c48cbaa by BellCodeEditor

save project

parent 32f72e02
Showing with 1 additions and 1 deletions
...@@ -16,4 +16,4 @@ def sum(y): ...@@ -16,4 +16,4 @@ def sum(y):
for i in y: for i in y:
count=count+i count=count+i
return count return count
#print(sum(x())) print(sum(x()))
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