Commit e9e1b5f2 by BellCodeEditor

save project

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