Commit c1078d6a by BellCodeEditor

auto save

parent 2e76901f
Showing with 8 additions and 9 deletions
c=[1,2,3] # c=[1,2,3]
def a(b): # def a(b):
d=0 # d=0
for i in c: # for i in c:
d=d+i # d=d+i
return d # return d
e=a(c) # e=a(c)
print(e) # print(e)
\ No newline at end of file
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