Commit c52b89bd by BellCodeEditor

save project

parent f6efef70
Showing with 3 additions and 1 deletions
...@@ -14,6 +14,7 @@ for i in yy: ...@@ -14,6 +14,7 @@ for i in yy:
d=r3+r2+r1 d=r3+r2+r1
L1=L1+d L1=L1+d
list_yy=list(L1) list_yy=list(L1)
list_yy.insert(6,ntd) zhy=random.randint(0,(len(L1)))
list_yy.insert(zhy,ntd)
kk="".join(list_yy) kk="".join(list_yy)
print(kk) print(kk)
\ 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