Commit fde68b50 by BellCodeEditor

save project

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