Commit 08bd4c6a by BellCodeEditor

save project

parent a2c2bdf0
Showing with 2 additions and 1 deletions
......@@ -14,6 +14,6 @@ for i in message:
text=text1+text2+text3
w+=text
list1=list(w)
list1.insert(3,"%$#@eedfgutyftyuiud75")
list1.insert(random.randint(0,len(list1)),"%$#@eedfgutyftyuiud75")
jl="".join(list1)
print(jl)
\ 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