Commit 5846167d by BellCodeEditor

save project

parent 90bb5e96
Showing with 2 additions and 1 deletions
...@@ -12,6 +12,6 @@ for i in message: ...@@ -12,6 +12,6 @@ for i in message:
sty3=random.choice(key) sty3=random.choice(key)
text=text+sty1+sty2+sty3 text=text+sty1+sty2+sty3
text=list(text) text=list(text)
text.insert(5,noise) text.insert(random.randint(0,10),noise)
text="".join(text) text="".join(text)
print(text) print(text)
\ 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