Commit 0616ac3c by BellCodeEditor

auto save

parent 99c07106
Showing with 7 additions and 0 deletions
list1=[12,13,24,45]
a=0
for i in range(len(list1)):
a=a+list1[i]
i=i+1
print(a)
\ 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