Commit 594869b0 by BellCodeEditor

save project

parent 9e306416
Showing with 4 additions and 1 deletions
...@@ -15,5 +15,7 @@ for i in message: ...@@ -15,5 +15,7 @@ for i in message:
text=key1+key2+key3 text=key1+key2+key3
texts=texts+text texts=texts+text
lsls = list(texts) lsls = list(texts)
""joir(lsls) indext=random.randint(0,len(lsls))
lsls.insert(indext,key_2)
lsls = "".join(lsls)
print(lsls) print(lsls)
\ 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