Commit 5fc8b68f by BellCodeEditor

save project

parent decd4763
Showing with 8 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!"
import random import random
key = "我们一起玩诺伊吧哈哈哈哈哈哈哈哈哈哈哈哈" message = "诺依,周末一起去看动漫展吧!"
key = "我们一起玩诺依吧,哈哈哈哈哈哈哈哈哈哈哈哈!"
key_message = ""
for i in message: for i in message:
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
next = str1+str2+str3 str4 = random.choice(key)
print(str) str5 = random.choice(key)
text = str1+str2+str3+str4+str5
key_message = key_message+text
print(key_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