Commit bd6ddd1a by BellCodeEditor

auto save

parent d223b699
Showing with 7 additions and 0 deletions
data="love"
li_data = list(data)
print(li_data)
li_data = ["l","o","v","e"]
data = "+".join(li_data)
print(data)
\ 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