Commit 7a27f6ae by BellCodeEditor

auto save

parent dc66ab33
Showing with 8 additions and 0 deletions
text = "诺 好 a 依 f h , 玩 , 周 制 h 末 码 d 一 现 y 起 哈 移 去 n 哈 看 , 玩哈 漫 简 f 展 密 码 吧 关 port:@#$%^& e ! 哈 e"
list_text = list(text)
t_text=" ".join(list_text)
new_text =t_text.replace("port:@#$%^& e !"," ")
#用replace将干扰字符替换成空字符串
result = new_text[::3]
print(result)
\ 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