[python]how to delete everything except individual words?

前端 未结 0 815
遇见更好的自我
遇见更好的自我 2021-01-06 01:31
x = str(input("what do you want to leave: "))
rices = str(input(\'the text you want to delete: \').split(x, -1))
riclol = str(input(\'enter where you want          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题