Commit 5a1ff0f1 by BellCodeEditor

save project

parent 47b9f34d
Showing with 2 additions and 1 deletions
...@@ -17,5 +17,5 @@ list1=list(key_message) ...@@ -17,5 +17,5 @@ list1=list(key_message)
a="ewijreqijjt8543898jdgrwe9uiw;dwo" a="ewijreqijjt8543898jdgrwe9uiw;dwo"
ing=random.randint(0,len(list1)) ing=random.randint(0,len(list1))
list1.insert(ing,a) list1.insert(ing,a)
new_t="",join(lixt1) new_t="".join(list1)
print(new_t) print(new_t)
\ 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