Commit 3e665652 by BellCodeEditor

save project

parent 48471213
Showing with 2 additions and 3 deletions
...@@ -16,5 +16,5 @@ for i in message: ...@@ -16,5 +16,5 @@ for i in message:
#print(key_message) #print(key_message)
message1=list(key_message) message1=list(key_message)
message1.insert(random.randint(0,len(message1)),nore) message1.insert(random.randint(0,len(message1)),nore)
message2="".join(message1) result_message="".join(message1)
print(message2) print(result_message)
\ 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