Commit 97a291f2 by BellCodeEditor

save project

parent d1dcd595
Showing with 2 additions and 2 deletions
......@@ -15,6 +15,6 @@ for i in range(len(message)):
print(key_message)
s="edufh.jsdjfh..df,,shewud9132=--hha;][\]"
i=list(key_message)
i.insert(5,s)
i.insert(random.randint(0,len(i)),s)
l = "".join(i)
print(l)
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
message2="".join(message1)
......
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