Commit 0b50d9c7 by BellCodeEditor

save project

parent e736e224
Showing with 5 additions and 0 deletions
...@@ -18,3 +18,7 @@ list_message=list(test) ...@@ -18,3 +18,7 @@ list_message=list(test)
list_message.insert(5,nosiy) list_message.insert(5,nosiy)
list2="".join(list_message) list2="".join(list_message)
print(list2) print(list2)
index1=random.randint(0,len(key))
list_message.insert(index,nosiy)
list3="".join(list_message)
print(list3)
\ 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