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):
d=0
for i in c:
d=d+i
return d
e=a(c)
print(e)
\ No newline at end of file
# def a(b):
# d=0
# for i in c:
# d=d+i
# return d
# e=a(c)
# print(e)
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