Commit 4c17da05 by BellCodeEditor

save project

parent 0158a190
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ for i in message:
n="port:@#$%^&"
print(key_message)
message1=list(key_message)
index=random.randint(0.len(key_message))
index = random.randint(0,len(key_message))
message1.insert(index,n)
message2="".join(message1)
print(message2)
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