Commit 910b10d6 by BellCodeEditor

auto save

parent b3de9dd9
Showing with 4 additions and 5 deletions
...@@ -12,12 +12,11 @@ for i in range(len(message)): ...@@ -12,12 +12,11 @@ for i in range(len(message)):
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message)
M1=list(key_message) M1=list(key_message)
N="^$%&*(*@$%%*^^*())" N="$$#%^&&^)**()_"
M1.insert(3,N)
M3=M1.insert(5,M2) M2="".join(M1)
print(M3) print(M2)
......
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