Commit ad4e9021 by BellCodeEditor

auto save

parent 26e65174
Showing with 6 additions and 5 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
key_message=""
noise="fhhddd"
new_list = list(noise)
message.insert(1,new_list)
str1="".join(test)
print(test)
\ No newline at end of file
list_message=list(key_message)
list_message.insert(5,noise)
result_message="".join(list_message)
print(list_message)
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