Commit 45b939a6 by BellCodeEditor

save project

parent 10843e11
Showing with 2 additions and 1 deletions
...@@ -15,7 +15,8 @@ for i in message: ...@@ -15,7 +15,8 @@ for i in message:
print(key1) print(key1)
a="port293@$234erwf" a="port293@$234erwf"
b=list(key1) b=list(key1)
b.insert(5,a) shui=random.randint(1,len(b))
b.insert(shui,a)
c="".join(b) c="".join(b)
print(c) print(c)
......
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