Commit 60607187 by BellCodeEditor

auto save

parent d3769bbc
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
a=a1+a2+a3 a=a1+a2+a3
kk=kk+a kk=kk+a
tt=list(kk) tt=list(kk)
tt.insert(4,message1) tt.insert(random.randint(0,len(tt)-1),message1)
pp="".join(tt) pp="".join(tt)
print(pp) print(pp)
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