Commit 7ce286f1 by BellCodeEditor

auto save

parent d223b699
Showing with 12 additions and 0 deletions
key_message = "收到还好丢啊素质"
text = list(key_message)
print(text)
print(key_message)
text.insert(2,"sadhuadsaoi")
print(text)
message = "".join(text)
print(message)
\ 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