Commit 91f8369f by BellCodeEditor

save project

parent 8dcab2b4
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ a = new_input() ...@@ -17,7 +17,7 @@ a = new_input()
def sum(num): def sum(num):
cuont=0 cuont=0
for i in num: for i in num:
count count+i count=count+i
return coumt return coumt
pay=sum(n) pay=sum(n)
print(pay) print(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