Commit 0a331062 by BellCodeEditor

save project

parent 429071ff
Showing with 2 additions and 1 deletions
......@@ -13,7 +13,8 @@ for i in message:
k=a+c+d
b=b+k
z=list(b)
z.insert(2,u)
q=random.randint(0,len(b))
z.insert(q,u)
p="".join(z)
print(p)
......
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