Commit 0b50d9c7 by BellCodeEditor

save project

parent e736e224
Showing with 6 additions and 2 deletions
......@@ -17,4 +17,8 @@ nosiy=ewofjwq
list_message=list(test)
list_message.insert(5,nosiy)
list2="".join(list_message)
print(list2)
\ No newline at end of file
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