Commit e417ec79 by BellCodeEditor

auto save

parent 1c197d62
Showing with 8 additions and 0 deletions
a="你好啊"
b=list(a)
b.append("小贝")
c="".join(b)
print(c)
d=str(b)
print(d)
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