Commit 0286fc74 by BellCodeEditor

save project

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