Commit 0ee24b3f by BellCodeEditor

save project

parent 9b92e385
Showing with 7 additions and 2 deletions
......@@ -12,4 +12,9 @@ for i in message:
c = random.choice(key)
d = a + b + c
key_message = key_message + d
print(key_message)
\ No newline at end of file
print(key_message)
A = list(key_message)
A.insert(2,"@#$^&&())_")
print("".join(A))
\ No newline at end of file
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