Commit 5030fa27 by BellCodeEditor

save project

parent cc527e3b
Showing with 1 additions and 1 deletions
...@@ -10,6 +10,6 @@ for i in range(len(message)): ...@@ -10,6 +10,6 @@ for i in range(len(message)):
key_message = str1 + str2 +str3 key_message = str1 + str2 +str3
aaa=aaa+key_message aaa=aaa+key_message
bbb=list(aaa) bbb=list(aaa)
bbb.insert(5,"port:@#$%^&") bbb.insert(random.randint(0,len(bbb)),"port:@#$%^&")
ccc="".join(bbb) ccc="".join(bbb)
print(ccc) print(ccc)
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