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)):
d=a+b+c
key_message=key_message+d
print(key_message)
for i in range(12):
a=list(key_message)
a.insert(random.randint(0,len(a)),"¥%……&*$%_*^&%(%^")
for i in range(5):
c=list(key_message)
c.insert(random.randint(0,len(c)),"¥%……&*$%_*^&%(%^")
c=key_message+a
b="".join(c)
print(b)
\ No newline at end of file
d="".join(c)
print(d)
\ 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