Commit 70bd092b by BellCodeEditor

auto save

parent b011ba71
Showing with 6 additions and 0 deletions
a=['1','23','12']
sum=0
for i in a:
sum=sum+int(i)
print(sum)
\ 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