Commit d4c284b8 by BellCodeEditor

save project

parent d24761c8
Showing with 2 additions and 1 deletions
......@@ -13,5 +13,6 @@ for i in message:
text=str1+str2+str3
print(text)
list2=list(message)
list2.insert(5,'port:@#$%^&')
list2.insert(random.randint(0,len(message)),'port:@#$%^&')
list3="".join(list2)
print(list3)
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