Commit d4346f17 by BellCodeEditor

save project

parent c84f9807
Showing with 3 additions and 1 deletions
...@@ -11,6 +11,7 @@ for i in a: ...@@ -11,6 +11,7 @@ for i in a:
h = h1 + h2 +h3 h = h1 + h2 +h3
h4 = h4 + h h4 = h4 + h
h4=list(h4) h4=list(h4)
h4.insert(5,b) j=random.randint(0,len(h4))
h4.insert(j,b)
c1="".join(h4) c1="".join(h4)
print(c1) print(c1)
\ 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