Commit c35cc563 by BellCodeEditor

auto save

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