Commit 5c2a8141 by BellCodeEditor

auto save

parent af406c84
Showing with 14 additions and 0 deletions
a=[1,2,3,4,5,6]
b=[1,2,3,4,5,6]
s=0
for i in a:
s+=i
print(s)
s=0
for i in b:
s+=i
print(s)
print()
\ 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