Commit e3cf7c82 by BellCodeEditor

save project

parent 427429c1
Showing with 2 additions and 3 deletions
......@@ -10,6 +10,6 @@ for i in message:
text=str1+str2+str3+str4
text1 += text
li_list=list(text1)
li_list.insert(4,"@$%^&*_+=-`,./;\|~")
li_list.insert(random.randint(0,len(text1)),"@$%^&*_+=-`,./;\|~")
text4="".join(li_list)
print(text4)
\ No newline at end of file
print(text4)
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