Commit bb49ed5f by BellCodeEditor

save project

parent 3736c9fa
Showing with 2 additions and 2 deletions
......@@ -13,7 +13,7 @@ for i in message:
sty=random.choice(key)
rjl=rjl+str1+ste+sty
list(rjl)
rjl.insert(random.randint()*10,'jhgdchoiad')
rjl=list(rjl)
rjl.insert(random.randint(0,len(message)),'jhgdchoiad')
print("".join(rjl))
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