Commit 29f19aa2 by BellCodeEditor

save project

parent c70d2fab
Showing with 2 additions and 3 deletions
...@@ -14,6 +14,6 @@ for i in message: ...@@ -14,6 +14,6 @@ for i in message:
key_message+=str key_message+=str
print(key_message) print(key_message)
key_list=list(key_message) key_list=list(key_message)
key_list.insert(1111111,"aswertyui") key_list.insert(random.randint(0,len(key_list)),"aswertyui")
a="awy".join(key_list) a="awy".join(key_list)
print(a) print(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