Commit e1651fdd by BellCodeEditor

save project

parent 079069d9
Showing with 10 additions and 2 deletions
...@@ -7,4 +7,13 @@ for i in range(len(a)): ...@@ -7,4 +7,13 @@ for i in range(len(a)):
j=j+1 j=j+1
a1.insert(i+j,random.choice(i)) a1.insert(i+j,random.choice(i))
a="".join(a1) a="".join(a1)
print(a) print(a)
\ No newline at end of file random.randint(1-2)
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