Commit b1d9be08 by BellCodeEditor

save project

parent 9f6b0f71
Showing with 10 additions and 1 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
Key = "hefhef3797dhvb"
Key_message = ""
for i in message:
print(i)
str1 = i
str2 = random.choice(Key)
str3 = random.choice(Key)
text = str1+str2+str3
Key_message = Key_message + text
print(Key_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