Commit 0bd01765 by BellCodeEditor

auto save

parent d73e6ad8
Showing with 1 additions and 2 deletions
...@@ -12,8 +12,7 @@ for i in message: ...@@ -12,8 +12,7 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=d+a+b+c d=d+a+b+c
e=list(d) e=list(d)
r=random.randint(0,len(message)) e.insert(3,"port:@#$%^&")
e.insert(r,"port:@#$%^&")
e="".join(e) e="".join(e)
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