Commit 66d73eb0 by BellCodeEditor

save project

parent 8a17b075
Showing with 5 additions and 3 deletions
...@@ -12,6 +12,7 @@ for i in message: ...@@ -12,6 +12,7 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
text=str+str1+str2 text=str+str1+str2
message1=message1+text message1=message1+text
print(message1) list_message=list(message1)
list_message.insert(5,"ghsfgvfWc!TMDSB")
ligt="".join(list_message)
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