Commit 7595d88a by BellCodeEditor

save project

parent 465b84e9
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,6 @@ for q in a: ...@@ -13,6 +13,6 @@ for q in a:
for q in S: for q in S:
d.append(q) d.append(q)
d.insert(random.randint(0,len(d)),s) d.insert(random.randint(0,len(d)),s)
for q in return(len(d)): for q in range(len(d)):
S=S+d[q] S=S+d[q]
prine(S) prine(S)
\ 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