Commit 56476729 by BellCodeEditor

save project

parent 92dda7fc
Showing with 3 additions and 1 deletions
......@@ -14,6 +14,7 @@ for i in message:
taxt=a+b+c
a_taxt=a_taxt+taxt
s=list(a_taxt)
s.insert(4,"!@#$#$%#@%^$#")
e=random.randint(0,len(s))
s.insert(e,"!@#$#$%#@%^$#")
d="".join(s)
print(d)
\ 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