Commit 91f8369f by BellCodeEditor

save project

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