Commit e15f1b28 by BellCodeEditor

save project

parent ca9d1ed6
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ t2='' ...@@ -14,7 +14,7 @@ t2=''
for o in range(0,len(sj),3): for o in range(0,len(sj),3):
t2+=sj[o] t2+=sj[o]
l=list(sj) l=list(sj)
l.insert(random,'port:@#$%&^') l.insert(random.randint(0,len(sj)-1),'port:@#$%&^')
print(t2) print(t2)
......
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