Commit 1d927408 by BellCodeEditor

save project

parent d69114b6
Showing with 2 additions and 2 deletions
......@@ -18,7 +18,7 @@ for i in message:
text=str1+str2+str3
text1=text1+text
text2=list(text1)
text2.insert(3,str)
print(text2)
position=random.randint(0,len(text2))
text2.insert(position,str)
text3="".join(text2)
print(text3)
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