Commit a7dd59f1 by BellCodeEditor

save project

parent d214c739
Showing with 4 additions and 2 deletions
...@@ -14,5 +14,6 @@ for i in message: ...@@ -14,5 +14,6 @@ for i in message:
text1+=text text1+=text
j=list(text1) j=list(text1)
p="lksdjfaljf" p="lksdjfaljf"
j.insert(3,p) len(j)
"".join(j) w=random.randint(0,len(j))
j.insert(w,p)
\ 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