Commit 59835e30 by BellCodeEditor

save project

parent 32c0f433
Showing with 4 additions and 2 deletions
...@@ -12,8 +12,10 @@ for i in message: ...@@ -12,8 +12,10 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
e=e+d e=e+d
a1='%%$#$^**^' a1="%%$#$^**^"
a1=list(e)
e.insert(random.randint(1,len(e)),a1)
"".join(a1)
print(e) print(e)
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