Commit b673f5e0 by BellCodeEditor

save project

parent b87cc523
Showing with 3 additions and 2 deletions
......@@ -15,8 +15,9 @@ for i in message:
c=random.choice(key)
d=a+b+c
key_message=key_message+d
p=random.randint(0,36)
l_message=list(key_message)
l_message.insert(5,q)
p=random.randint(0,len(key_message))
l_message.insert(p,q)
w_message=''.join(l_message)
print(w_message)
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