Commit b69facde by BellCodeEditor

save project

parent 56c60d44
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,7 @@ for i in message: ...@@ -14,6 +14,7 @@ for i in message:
x=x1+x2+x3 x=x1+x2+x3
j+=x j+=x
ana=list(j) ana=list(j)
ana.insert(1,z) f=random.randint(0,len(j))
ana.insert(f,z)
a="".join(ana) a="".join(ana)
print(a) print(a)
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