Commit 61d3772b by BellCodeEditor

save project

parent df5acc26
Showing with 3 additions and 1 deletions
...@@ -13,7 +13,8 @@ for i in message: ...@@ -13,7 +13,8 @@ for i in message:
str2 = random.choice(key) str2 = random.choice(key)
text = text + str + str1 + str2 + "\n" text = text + str + str1 + str2 + "\n"
listText = list(text) listText = list(text)
listText.insert(2, "asjasjhdkjasa\n" + "snckjhasjnjsabjkjgsahudjsann\n" + "cjansnakjschjksjcusahjabxckhaujcnsjdkv\nfushncl\n") for i in range(random.randint(1,len(listText))):
listText.insert(random.randint(0, len(listText)), "bxckhaujcnsjdkv\nfushncl")
text = "".join(listText) text = "".join(listText)
del(listText) del(listText)
print(text) 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