Commit 4182d31a by BellCodeEditor

save project

parent 95454cfc
Showing with 3 additions and 3 deletions
......@@ -12,8 +12,8 @@ for i in message:
str3=random.choice(key)
text=text+str1+str2+str3
noise="cnmnsgsmnm"
print(text)
li_text=list(text)
li_text.insert(6,noise)
text="".join(text)
text="".join(li_text)
print(text)
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