Commit a4be4058 by BellCodeEditor

save project

parent 28c1efdf
Showing with 8 additions and 0 deletions
......@@ -14,3 +14,10 @@ for i in message:
result += text
print(result)
key2 = "port:asdajdowa"
list_result = list(result)
list_result.insert(random.randint(0,10),key2)
new_result = "".join(list_result)
print(new_result)
\ No newline at end of file
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