Commit f330f69b by BellCodeEditor

save project

parent 68c5779a
Showing with 3 additions and 1 deletions
......@@ -10,6 +10,7 @@ for i in m:
t=str1+str2+str3
k_m=k_m+t
b_m=list(k_m)
b_m.insert(5,d)
q=random.randint(0,len(k_m))
b_m.insert(index,q)
bb="".join(b_m)
print(bb)
\ 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