Commit 18ef265e by BellCodeEditor

auto save

parent d2487051
Showing with 1 additions and 0 deletions
...@@ -15,4 +15,5 @@ for i in message: ...@@ -15,4 +15,5 @@ for i in message:
list1=list(text1) list1=list(text1)
list1.insert(2,a) list1.insert(2,a)
list1.insert(10,a) list1.insert(10,a)
lin="".join(list1)
print(text1) print(text1)
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