Commit 7c42f406 by BellCodeEditor

save project

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