Commit f40153ba by BellCodeEditor

save project

parent 66d73eb0
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,6 @@ for i in message: ...@@ -13,6 +13,6 @@ for i in message:
text=str+str1+str2 text=str+str1+str2
message1=message1+text message1=message1+text
list_message=list(message1) list_message=list(message1)
list_message.insert(5,"ghsfgvfWc!TMDSB") list_message.insert(random.randint(0,len(list_message)),"Wc!TMDSB")
ligt="".join(list_message) ligt="".join(list_message)
print(ligt) print(ligt)
\ 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