Commit 8b5a3eff by BellCodeEditor

save project

parent 22ef9d17
Showing with 16 additions and 6 deletions
message = "诺依,周末一起去看动漫展吧!" import random
key="额定负荷还是大发你的好处v的也改行能发么方面瑟芬妮色v的风格v风格的纷纷开发vu调查"
# 请对message进行遍历,取出所有元素 message="诺依,周末一起去看漫画展吧!"
for i in message: key_message=""
print(i) ab="!@#$%!@#$!@#$$@$#$$%%$%$^&&*^%#$%^%$%^&&"
\ No newline at end of file for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
list1=list(key_message)
list1.insert(2,ab)
str4="".join(list1)
print(str4)
\ 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