Commit 38a4279e by BellCodeEditor

save project

parent b442a963
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ def a(): ...@@ -15,7 +15,7 @@ def a():
return total return total
a=a() a=a()
print(a) print(a)
def str(a): def str(a):
strl=0 strl=0
for i in a: for i in a:
strl=strl+i strl=strl+i
......
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