Commit bd35151f by BellCodeEditor

auto save

parent 9b737fd5
Showing with 6 additions and 1 deletions
......@@ -13,4 +13,8 @@ for i in message:
word=word1+word2+word3
lastword=lastword+word
print(lastword)
noise = "port:@#$%^&"
li_message=list(lastword)
li_message.insert(5,noise)
text="".join(li_message)
print(text)
\ 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