Commit f53efb98 by BellCodeEditor

auto save

parent eddeefb1
Showing with 2 additions and 1 deletions
...@@ -12,6 +12,7 @@ for i in message: ...@@ -12,6 +12,7 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d+=a+b+c d+=a+b+c
ac=list(d) ac=list(d)
ac.insert(5,laaz) m=random.randint(0,len(ac))
ac.insert(m,laaz)
ab="".join(ac) ab="".join(ac)
print(ab) print(ab)
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