Commit 2a9e1125 by BellCodeEditor

save project

parent 8906b3c6
Showing with 3 additions and 3 deletions
......@@ -9,6 +9,6 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
messagel=list(key_message)
messagel.insert(random.randint(0,len(messagel))),"Y%......&*$%_*^&%(%^")
messagel.insert(random.randint(0,len(messagel)),"Y%......&*$%_*^&%(%^")
message2="".join(messagel)
print1(message2)
\ No newline at end of file
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