Commit 5d503bb3 by BellCodeEditor

save project

parent 7169c55b
Showing with 2 additions and 1 deletions
...@@ -15,7 +15,8 @@ for i in message : ...@@ -15,7 +15,8 @@ for i in message :
text=text+str1+str2+str3 text=text+str1+str2+str3
text=list(text) text=list(text)
random.randint(0,len(text)) ndexi = random.randint(0,len(text))
text.insert(ndexi ,u)
text="".join(text) text="".join(text)
print(text) print(text)
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