Commit ae7b9d2a by BellCodeEditor

save project

parent 3107de9a
Showing with 5 additions and 2 deletions
...@@ -12,4 +12,7 @@ for i in message: ...@@ -12,4 +12,7 @@ for i in message:
key3=random.choice(key) key3=random.choice(key)
text=key1+key2+key3 text=key1+key2+key3
key_message=key_message+text key_message=key_message+text
print(key_message) miwen=list(key_message)
\ No newline at end of file miwen.insert(5,"!@#$%^&*())(*&^%$#@!)")
mi="".join(miwen)
print(mi)
\ 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