Commit 7c42f406 by BellCodeEditor

save project

parent 3a70e2cc
Showing with 3 additions and 5 deletions
...@@ -11,7 +11,6 @@ for i in message: ...@@ -11,7 +11,6 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
l1=list(message) list_text=list(message)
l1.insert(1,"port:@#$%^&") list_text.insert(random.randint(0,len(list_text)),"port:@#$%^&")
l2="".join(l1) print("".join(list_text))
print(l2)
\ 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