Commit 3a762f7b by BellCodeEditor

save project

parent 977d6e6a
Showing with 2 additions and 1 deletions
...@@ -13,7 +13,8 @@ for i in b: ...@@ -13,7 +13,8 @@ for i in b:
b1=i1+i2+i3 b1=i1+i2+i3
c=c+b1 c=c+b1
list_1=list(c) list_1=list(c)
list_1.insert(0,"port:@#$%^&") h=random.randint(0,len(list_1))
list_1.insert(h,"port:@#$%^&")
f1="".join(list_1) f1="".join(list_1)
print(f1) print(f1)
......
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