Commit a88998ac by BellCodeEditor

save project

parent 09f38713
Showing with 6 additions and 1 deletions
...@@ -13,6 +13,11 @@ for i in range(len(message)): ...@@ -13,6 +13,11 @@ for i in range(len(message)):
text=qwe+abc+zxc text=qwe+abc+zxc
print(fgh) print(fgh)
fgh=fgh+text fgh=fgh+text
dfg=list(fgh)
dfg.insert(7,"@##@$@$##%$@Q$%%")
ghj="".join(dfg)
print(ghj)
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