Commit 64c360db by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 10 additions and 0 deletions
content="13,15,21,9,14,22"
new_content=content.split(",")
s=0
for i in new_content:
s+=i
print(s)
str1="1 2 3 4 5"
list1=str1.split()
print(list1)
\ 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