Commit 95589cc3 by BellCodeEditor

save project

parent 1be45845
Showing with 2 additions and 1 deletions
......@@ -10,6 +10,7 @@ for i in m:
text=str1+str2+str3
key_m=key_m+text
list_m=list(key_m)
list_m.insert(5,noise)
index=random.randint(0,len(key_m))
list_m.insert(index,noise)
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