Commit 74a7dda8 by BellCodeEditor

save project

parent 7649c2f1
Showing with 7 additions and 4 deletions
txt = 'welcone to the dellcode' # txt = 'welcone to the dellcode'
new_txt = txt.split() # new_txt = txt.split()
print(new_txt) # print(new_txt)
\ No newline at end of file
num = '13. 15. 21. 9. 14. 22'
new_num = num.split('.')
print(new_num)
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