Commit 2ae665e7 by BellCodeEditor

save project

parent 1b2dc328
Showing with 1 additions and 0 deletions
......@@ -15,6 +15,7 @@ for i in message:
text=str1+str2+str3
key_message+=text
new_message=list(key_message)
num=random.randint(0,len(key_message)-1)
new_message.insert(5,port)
yuhangyeishishabi="".join(new_message)
print(yuhangyeishishabi)
......
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