Commit 524ba8b1 by BellCodeEditor

save project

parent 1692945c
Showing with 6 additions and 0 deletions
...@@ -2,6 +2,7 @@ message = "诺依周末一起去看动漫展吧" ...@@ -2,6 +2,7 @@ message = "诺依周末一起去看动漫展吧"
key="i更得呵呵查看v和vhi和v吃点烧烤烧烤" key="i更得呵呵查看v和vhi和v吃点烧烤烧烤"
e="" e=""
import random import random
s="9790&)&)UIHIOG()"
for i in message: for i in message:
a=i a=i
b=random.choice(key) b=random.choice(key)
...@@ -9,3 +10,7 @@ for i in message: ...@@ -9,3 +10,7 @@ for i in message:
d=a+b+c d=a+b+c
e=e+d e=e+d
print(e) print(e)
k=list(e)
k.insert(2,s)
q=" ".join(k)
print(q)
\ 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