Commit 5923dbb8 by BellCodeEditor

save project

parent 74fa27b0
Showing with 3 additions and 2 deletions
......@@ -14,6 +14,6 @@ for i in range(len(message)):
key_message=key_message+d
print(key_message)
message1=list(message)
message1.insert(random.randint(3,len(message1)),"jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjbbbbbbbbbbbbbbbbbbbbbbbbbb")
message2=" ".join(message1)
message1.insert(random.randint(1,len(message1)),"jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjbbbbbbbbbbbbbbbbbbbbbbbbbb")
message2=" jjjjjjjjjjjjjjjjjjj 鸡你太美 jjjjjjjjjjjjjjjjjjj ".join(message1)
print(message2)
\ 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