Commit 74ecab29 by BellCodeEditor

save project

parent 91d22ca5
Showing with 10 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key = "zxcvbnm,asdfghjkl;qwertyuiop?!能否为肌肤变黑我背后布拉茨巴赫发表危害为对方一股混口饭吃1234567890"
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
import random
key_m=''
for i in message: for i in message:
print(i) str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_m+=text
print(key_m)
\ 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