Commit 4777a050 by BellCodeEditor

save project

parent ae13baff
Showing with 2 additions and 1 deletions
......@@ -11,12 +11,13 @@ for i in message:
b = random.choice(key)
c = random.choice(key)
key_message = key_message + a + b + c
print(key_message)
d = "@$^%&^%*^&!@#$%^&*"
k = key_message
h = list(k)
j = random.randint(0,len(h))
h.insert(7,d)
print(h)
text="".join(h)
......
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