Commit 8cc329da by BellCodeEditor

auto save

parent d5e8068a
Showing with 4 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(5,"port:@#$%^&")
l2="".join(l1)
print(l2)
\ No newline at end of file
##l1.insert(5,"port:@#$%^&")
#l2="".join(l1)
#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