Commit 83fca708 by BellCodeEditor

save project

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