Commit bba0884f by BellCodeEditor

save project

parent 9b14b8bc
Showing with 1 additions and 0 deletions
......@@ -15,6 +15,7 @@ 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)
w_message=''.join(l_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