Commit 590bdf0c by BellCodeEditor

auto save

parent cde123e5
Showing with 18 additions and 0 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
key = "jfejifdi即基金当特殊工艺无可还是我头发的(⊙o⊙)"
str5=""
key2="qwertuikmnbvcxs"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
str4=str1+str2+str3
str5 = str5+str4
str6=list(str5)
str6.insert(4,key2)
str7="".join(str6)
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