Commit d8135c18 by BellCodeEditor

save project

parent e9e1b5f2
Showing with 2 additions and 2 deletions
a=[11,12,1,13,14] a=[11,12,1,13,14]
c=0
def b(): def b():
c=0
for i in a: for i in a:
c+=i c+=i
return c return c
......
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