Commit 91517f34 by BellCodeEditor

auto save

parent a482b2fb
Showing with 4 additions and 1 deletions
......@@ -13,5 +13,8 @@ for i in g:
d = random.choice(key)
e = b+c+d
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