Commit eeab250e by BellCodeEditor

auto save

parent 02f2943f
Showing with 6 additions and 4 deletions
......@@ -14,8 +14,10 @@ for i in message:
a="port:kjviodjvsjvwih3 44@@4e#$#"
print(text)
b=list(text)
b.insert(6,a)
text="".join(b)
print(b)
b.insert(6,"iuhiaudfgiuwgef")
b="".join(b)
print(text)
\ No newline at end of file
print(b)
\ 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