Commit d84b8432 by BellCodeEditor

auto save

parent 21826aeb
Showing with 5 additions and 2 deletions
...@@ -2,12 +2,15 @@ import random ...@@ -2,12 +2,15 @@ import random
a="" a=""
key ="asfdjkghsuidhg udihiosdhiofh哈市加个福关安师傅关啊哈U盾发哈US划等号" key ="asfdjkghsuidhg udihiosdhiofh哈市加个福关安师傅关啊哈U盾发哈US划等号"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
w = "abscndh"
for i in message: for i in message:
str0 = i str0 = i
str1 = random.choice(key) str1 = random.choice(key)
str2 = random.choice(key) str2 = random.choice(key)
q=str0+str1+str2 q=str0+str1+str2
a=a+q a=a+q
text = list(w)
text.insert(6,a)
print(text)
a="",join(text)
print(a) print(a)
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