Commit 3fdb2223 by BellCodeEditor

save project

parent ce95b93c
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ for i in message:
str0 = i
str1 = random.choice(key)
str2 = random.choice(key)
key_word = str0+str1+str2+key_word
key_word = key_word+str0+str1+str2
print(key_word)
......
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