Commit 57f5da8e by BellCodeEditor

auto save

parent 4c86e0ed
Showing with 7 additions and 2 deletions
...@@ -11,4 +11,10 @@ for i in message: ...@@ -11,4 +11,10 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=text+str1+str2+str3 text=text+str1+str2+str3
print(text) print(text)
\ No newline at end of file li_text=list(text)
li_text.insert(2,"OIUXCVpi破i如果突然回家IGOLKlsdj怕开发计划vbpifb")
str_text="".join(li_text)
print(str_text)
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