Commit 72787dc9 by BellCodeEditor

save project

parent 65582f4e
Showing with 4 additions and 2 deletions
...@@ -6,6 +6,7 @@ for i in a: ...@@ -6,6 +6,7 @@ for i in a:
c1 = random.choice(b) c1 = random.choice(b)
c2 = random.choice(b) c2 = random.choice(b)
c3 += i + c1 + c2 c3 += i + c1 + c2
list(c3) c3 = list(c3)
c3.in c3 = c3.insert(int(random.randint(0,len(c3))),'1')
c3 = "".join(c3)
print(c3) print(c3)
\ 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