Commit e2895fef by BellCodeEditor

save project

parent 0423e53c
Showing with 8 additions and 0 deletions
c=[100,10,20,30,40,50]
def sum:
count = 0
for i in c:
print(i)
# count = count + i
# return count
print(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