Commit 4a1ebe67 by BellCodeEditor

save project

parent 3c1a29e9
Showing with 13 additions and 7 deletions
a="1234567890"
b=list(a)
b.insert(random.randint(0,len(b)))
c="".join(b)
print(c)
\ No newline at end of file
...@@ -13,10 +13,10 @@ for i in range(len(message)): ...@@ -13,10 +13,10 @@ for i in range(len(message)):
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message) print(key_message)
for i in range(12): for i in range(5):
a=list(key_message) c=list(key_message)
a.insert(random.randint(0,len(a)),"¥%……&*$%_*^&%(%^") c.insert(random.randint(0,len(c)),"¥%……&*$%_*^&%(%^")
c=key_message+a
b="".join(c) d="".join(c)
print(b) print(d)
\ No newline at end of file \ 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