Commit b4756491 by BellCodeEditor

auto save

parent 026fb07c
Showing with 8 additions and 7 deletions
...@@ -5,10 +5,11 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -5,10 +5,11 @@ message = "诺依,周末一起去看动漫展吧!"
# i+=1 # i+=1
import random import random
key="bfsdkoj;easiht5.uierofuieWUURDTE]8RGZU/8OLFSAOK6KGR\-K[PTREIOH\POGHZJRS" key="bfsdkoj;easiht5.uierofuieWUURDTE]8RGZU/8OLFSAOK6KGR\-K[PTREIOH\POGHZJRS"
d=""
for i in message: for i in message:
A1=1 q1=i
A2=random.choice(key) q2=random.choice(key)
A3=random.choice(key) q3=random.choice(key)
text=A1+A2+A3 h=q1+q2+q3
sp=sp+text d=d+h
print(sp) print(d)
\ No newline at end of file \ 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