Commit c9dcf1ce by BellCodeEditor

save project

parent 0fc0a0ea
Showing with 4 additions and 3 deletions
...@@ -12,7 +12,8 @@ for i in message: ...@@ -12,7 +12,8 @@ for i in message:
w=random.choice(key) w=random.choice(key)
y=a+b+w y=a+b+w
key_message=key_message+y key_message=key_message+y
z=list(key) z=list(key_message)
z.insert(2,m) u=random.randint(0,len(key_message))
s="".join(z) z.insert(u,m)
s="".join(z)3
print(s) print(s)
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