Commit 8468c815 by BellCodeEditor

save project

parent b72849e5
Showing with 5 additions and 3 deletions
import random
key="美年健康老年健康没看见hionjoi"
message = "诺依,周末一起去看动漫展吧!"
message = input("请输入:")
key_message=""
for i in message:
str1=i
......@@ -8,7 +8,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
key_message=key_message+text
a=list(key_message)
a.insert(5,"hjuipjmp国内背景哦")
a=list(key_message)
index=random.randint(0,len(key_message))
a.insert(index,"hjuipjmp国内背景哦")
key_message1="".join(a)
print(key_message1)
\ 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