Commit 9455521c by BellCodeEditor

auto save

parent 92983077
Showing with 4 additions and 1 deletions
...@@ -13,5 +13,8 @@ for i in g: ...@@ -13,5 +13,8 @@ for i in g:
d = random.choice(key) d = random.choice(key)
e = b+c+d e = b+c+d
a = a+e a = a+e
print(a) f=list(g)
r=random.choice(len(f))
f.insert(r,nonononon)
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