Commit dfb78fa0 by BellCodeEditor

save project

parent 7aa4452d
Showing with 5 additions and 4 deletions
...@@ -11,9 +11,9 @@ for i in range(len(m)): ...@@ -11,9 +11,9 @@ for i in range(len(m)):
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
key_m=key_message+d key_m=key_m+d
print(key_m) print(key_m)
message1=list(key_m) m1=list(key_m)
message1.insert(random.randint(0,len(m1)),"¥%……&*$%_*^&%(%^") m1.insert(random.randint(0,len(m1)),"¥%……&*$%_*^&%(%^")
message2="".join(m1) m2="".join(m1)
print(m2) print(m2)
\ 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