Commit 406c3770 by BellCodeEditor

save project

parent 69b8c2fa
Showing with 6 additions and 1 deletions
...@@ -14,6 +14,7 @@ for i in message: ...@@ -14,6 +14,7 @@ for i in message:
s4=random.choice(key) s4=random.choice(key)
text=text+s1+s2+s3+s4 text=text+s1+s2+s3+s4
text=list(text) text=list(text)
text.insert(4,noise) text.insert(random.randint(0,20),noise)
text="".join(text)
print(text) print(text)
import random
num = random.randint(-1,2)
print(num)
\ 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