Commit da4d30b4 by BellCodeEditor

save project

parent 90c085c0
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ for i in message: ...@@ -12,7 +12,7 @@ for i in message:
sty3 = random.choice(key) sty3 = random.choice(key)
q=q+str1+sty2+sty3 q=q+str1+sty2+sty3
li_q = list(q) li_q = list(q)
li_q.insert(2,"hgghhh") li_q.insert(random.randint(0,len(li_q)-1),"hgghhh")
str_q="".join(li_q) str_q="".join(li_q)
print(str_q) print(str_q)
......
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