Commit 75547873 by BellCodeEditor

save project

parent e3650665
Showing with 6 additions and 2 deletions
......@@ -8,4 +8,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
textz=textz+text
print(textz)
\ No newline at end of file
listz=list(textz)
index=random.randint(0,len(listz))
listz.insert(index,"WOJwijdlOAW/")
str4="".join(listz)
print(str4)
\ 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