Commit aec91564 by BellCodeEditor

save project

parent ff697900
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
#print(a) #print(a)
aa=list(a) aa=list(a)
b=random.randint(0,len(aa)) b=random.randint(0,len(aa))
''.join(b,"port@#$%^&") aa.insert(b,'port@#$%^&')
aaa=''.join(aa) aaa=''.join(aa)
print(aaa) print(aaa)
......
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