Commit bccd8ecc by BellCodeEditor

save project

parent 0d0b3c19
Showing with 14 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!" import random
message = "诺依,周末一起去看动漫展吧!"
key="eerr6778cbghy4是否wrw死亡sdwfww"
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
fmess=""
for i in (message): for i in (message):
print(i) str1 = random.choice(key)
str2 = random.choice(key)
fmess=fmess+i+str1+str2
#fmess=i+str1+str2
print(fmess)
print(fmess)
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