Commit c9dcf1ce by BellCodeEditor

save project

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