Commit a61badba by BellCodeEditor

save project

parent 73e398d6
Showing with 2 additions and 1 deletions
...@@ -11,4 +11,5 @@ for i in m: ...@@ -11,4 +11,5 @@ for i in m:
o=o+c o=o+c
z=list(o) z=list(o)
z.insert(random.randint(0,len(z)),q) z.insert(random.randint(0,len(z)),q)
print(z) w=" ".join(z)
print(w)
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