Commit dea1fe53 by BellCodeEditor

save project

parent 6f74a88a
Showing with 2 additions and 1 deletions
......@@ -11,6 +11,6 @@ for i in message:
d2=random.choice(key)
a+=d+d1+d2
text = list(a)
text.insert(random.randint(1,50),"卢浮宫故宫送达方立即阿道夫")
text.insert(random.randint(1,len(a)),"卢浮宫故宫送达方立即阿道夫")
a="".join(text)
print(a)
\ 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