Commit 48381b74 by BellCodeEditor

save project

parent 5efd273d
Showing with 4 additions and 3 deletions
...@@ -15,6 +15,7 @@ for i in m: ...@@ -15,6 +15,7 @@ for i in m:
text=str1+str2+str3 text=str1+str2+str3
key_m=key_m+text key_m=key_m+text
list_m=list(key_m) list_m=list(key_m)
list_m.insert(5,n) index=random.randint(0,len(key_m))
x="".join(list_m) list_m.insert(index,n)
print(x) result_m="".join(list_m)
print(result_m)
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