Commit 386779b2 by BellCodeEditor

save project

parent a62e36b9
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,6 @@ for i in a: ...@@ -14,6 +14,6 @@ for i in a:
#print(zh) #print(zh)
c="port:@#$%^&" c="port:@#$%^&"
zh=list(zh) zh=list(zh)
zh.insert(2,c) zh.insert(random.randint(0,len(zh)),c)
qq="".join(zh) qq="".join(zh)
print(qq) print(qq)
\ 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