Commit ea0657e8 by BellCodeEditor

save project

parent ab969e00
Showing with 5 additions and 4 deletions
...@@ -9,6 +9,7 @@ for i in m: ...@@ -9,6 +9,7 @@ for i in m:
text = str1+str2+str3 text = str1+str2+str3
l+=text l+=text
print(l) print(l)
text = "wssb" list_m=list(l)
li_text = list(text) list_m.insert(5,noise)
print(li_text) t_m=''.join(list_m)
\ No newline at end of file print(t_m)
\ 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