Commit 5dd1773d by BellCodeEditor

auto save

parent 2e36d3e0
Showing with 2 additions and 2 deletions
import random import random
key="而无法个人和投入于一额头也认为特认为人" key="而无法个人和投入于一额头也认为特认为人"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
k='' 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)
text=str1+str2+str3 text=str1+str2+str3
k=k+text key_message=key_messagewwwwwwwwwwwwwww+text
print(text) print(text)
# 请对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