Commit 524ba8b1 by BellCodeEditor

save project

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