Commit d6ff6bb9 by BellCodeEditor

auto save

parent 839461fe
Showing with 4 additions and 3 deletions
...@@ -17,8 +17,9 @@ print(text2) ...@@ -17,8 +17,9 @@ print(text2)
li_text2 = list(text2) li_text2 = list(text2)
# ~!@#¥% # ~!@#¥%
index = random.randint(0,len(li_text2))
li_text2.insert(5,"~!@#$") li_text2.insert(index,"~!@#$")
str_text2 = "".join(li_text2)
print(str_text2)
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