Commit fde68b50 by BellCodeEditor

save project

parent 51edfc37
Showing with 5 additions and 3 deletions
...@@ -9,5 +9,7 @@ for i in jiamiyuju: ...@@ -9,5 +9,7 @@ for i in jiamiyuju:
a2 = random.choice(key) a2 = random.choice(key)
b = a+a1+a2 b = a+a1+a2
keyjeguo = keyjeguo+b keyjeguo = keyjeguo+b
keyjeguo = keyjeguo+ c = list(keyjeguo)
print(keyjeguo) c.insert(random.randint(0,len(ganrao)),ganrao)
\ No newline at end of file d = "".join(c)
print(d)
\ 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