Commit 493940c8 by BellCodeEditor

save project

parent 8a089d5a
Showing with 18 additions and 5 deletions
message = "诺依,周末一起去看动漫展吧!"
length=len(message)+1
for i in range(length):
m=message[i]
print(m)
import random
key="sheueu"
message="诺依,周末一起去看动漫展吧"
key_message=""
for i in message:
str3=i
str2=random.choice(key)
str1=random.choice(key)
text=str3+str2+str1
key_message=key_message+text
list_message=list(key_message)
list_message.insert(5,noise)
resulf_message="".join(list_message)
print(resulf_message)
# 请对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