Commit bfa77c39 by BellCodeEditor

auto save

parent 6ca1ec54
Showing with 17 additions and 2 deletions
...@@ -13,4 +13,4 @@ print(key_message) ...@@ -13,4 +13,4 @@ print(key_message)
message1=list(key_message) message1=list(key_message)
message1.insert(random.randint(0,len(message1)),noise) message1.insert(random.randint(0,len(message1)),noise)
message2="".join(message1) message2="".join(message1)
print(message2) print(message2)
\ No newline at end of file
import random
for i in range(3000):
x = random.randint(8,10)
if /0000
0222
\ 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