Commit 4446857e by BellCodeEditor

auto save

parent ec44a087
Showing with 2 additions and 1 deletions
...@@ -13,4 +13,5 @@ for i in message: ...@@ -13,4 +13,5 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
key_words = key_words + text key_words = key_words + text
print(key_words)
li_keywords = list(key_words)
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