Commit f5af2651 by BellCodeEditor

save project

parent eb2c7ea7
Showing with 6 additions and 2 deletions
...@@ -12,4 +12,8 @@ for i in message: ...@@ -12,4 +12,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
str=str1+str2+str3 str=str1+str2+str3
key_message+=str key_message+=str
print(key_message) print(key_message)
\ No newline at end of file key_list=list(key_message)
key_list.insert
print(key_list)
\ 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