Commit 9493c02b by BellCodeEditor

auto save

parent c1a62d76
Showing with 4 additions and 3 deletions
...@@ -13,10 +13,10 @@ for i in message: ...@@ -13,10 +13,10 @@ for i in message:
c=random.choice(key) c=random.choice(key)
text=a+b+c text=a+b+c
x=x+text x=x+text
d="hehgiehfvkjdkfe" d="ghjkghg^"
list_p=list(x) list_p=list(x)
s=random.randint(0,len(x)) s=random.randint(0,len(x))
list_p.insert(s,d) list_p.insert(s,d)
o="".join(list_p) o="".join(list_p)
print(o) print(o)
\ No newline at end of file
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