Commit ad4e9021 by BellCodeEditor

auto save

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