Commit f8d642aa by BellCodeEditor

save project

parent b8c9c58b
Showing with 3 additions and 3 deletions
...@@ -14,6 +14,6 @@ for i in message: ...@@ -14,6 +14,6 @@ for i in message:
text2=text2+text text2=text2+text
print(text2) print(text2)
li_text2=list(text2) li_text2=list(text2)
print(li_text2)
li_text2.insert(5,"!@#$%^&*") li_text2.insert(5,"!@#$%^&*")
print(li_text2) str_text2 = "".join(li_text2)
\ No newline at end of file print("".join(li_text2))
\ 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