Commit 487cf53d by BellCodeEditor

save project

parent 40f126b8
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in message:
g=a+w+e
s=s+g
o=list(s)
o.insert(random(0,len(s)),y)
o.insert(random.randint(0,len(s)),y)
d="".join(o)
print(d)
......
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