Commit f2ce7055 by BellCodeEditor

save project

parent c303e70f
Showing with 4 additions and 0 deletions
......@@ -13,4 +13,7 @@ for i in message:
str2=random.choice(key)
str3=random.choice(key)
str4=str4+str1+str2+str3
str4_list=list(str4)
str4_list.insert(5,"port:@#$%^&")
str4="".join(str4_list)
print(str4)
\ No newline at end of file
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