Commit 4a0c829f by BellCodeEditor

save project

parent db475df4
Showing with 5 additions and 0 deletions
......@@ -12,4 +12,8 @@ for i in message:
str1 = random.choice(key)
str2 = random.choice(key)
text = text + str + str1 + str2 + "\n"
listText = list(text)
listText.insert(2, "asjusahjabxckhaujcnsjdkvfushncl")
text = "".join(listText)
del(listText)
print(text)
\ 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