Commit aa22ecb8 by BellCodeEditor

auto save

parent 2171fea1
Showing with 3 additions and 2 deletions
......@@ -5,9 +5,9 @@ g=""
for i in b:
k=random.choice(a)
k1=random.choice(a)
g=g+text
if random.ranint(1,3)1==2:
if random.ranint(1,3)==2:
text=k1+k+i+"!##$#^&^@$^%##%%@!)**^%$"
else:
text=k1+k+i
g=g+text
print(g)
\ 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