Commit 6f74a88a by BellCodeEditor

save project

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