Commit 11ae3f05 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 8 additions and 0 deletions
a='我的 12 34 56 12 34 45 13 54'
b=a.split(' ')
b.pop(0)
s=0
for i in b[1:]:
s+=int(i)
print(s)
\ 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