Commit a7fce746 by BellCodeEditor

auto save

parent b3726b04
Pipeline #12448 failed in 0 seconds
Showing with 5 additions and 0 deletions
str1="还一,名"
li=list(str1)
print(li)
print(str(li)) #['还', '一', ',', '名']
print("".join(li)) #还一,名
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