Commit d7fb11b4 by BellCodeEditor

save project

parent afe8f5bd
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ for i in message: ...@@ -16,7 +16,7 @@ for i in message:
print(hszdsb) print(hszdsb)
hszdsb=list(hszdsb) hszdsb=list(hszdsb)
hsznb='port:@#$%^&' hsznb='port:@#$%^&'
hszdsb.insert(5,hsznb) hszdsb.insert(random.randint(0,len(hszdsb)),hsznb)
hszdsb="".join(hszdsb) hszdsb="".join(hszdsb)
print(hszdsb) print(hszdsb)
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