Commit 65840e40 by BellCodeEditor

auto save

parent f9bd76c2
Showing with 2 additions and 2 deletions
import random import random
key = "fakrfhayufrgyary8qtriuatr87asfdghjadsha7w46736573wghft948" key = "fakrfhayufrgyary8qtriuatr87asfdghjadsha7w46736573wghft948"
k_message="远达大街芜湖3" k_message=""
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=ramdom.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
k_message=k_message+text k_message=k_message+text
print(k_message) print(k_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