Commit b8c9c58b by BellCodeEditor

save project

parent 62e3792c
Showing with 5 additions and 0 deletions
...@@ -13,3 +13,7 @@ for i in message: ...@@ -13,3 +13,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
text2=text2+text text2=text2+text
print(text2) print(text2)
li_text2=list(text2)
print(li_text2)
li_text2.insert(5,"!@#$%^&*")
print(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