Commit 9fb4dbbf by BellCodeEditor

save project

parent 75a6afa5
Showing with 2 additions and 1 deletions
......@@ -11,7 +11,8 @@ def s():
def sun(m):
k=0
for i in m:
k=k+1
i=int(i)
k=k+i
return k
j=s()
g=sun(j)
......
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