Commit a4beba83 by BellCodeEditor

auto save

parent 3a0f43e3
Showing with 7 additions and 0 deletions
dongdong='123;456;21214;246246;2351351'
aaaa=dongdong.split(';')
sum=0
for i in aaaa:
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