how to split string into pair of words

前端 未结 0 1784
说谎
说谎 2021-02-01 22:04

I am looking for a way to split a list of strings to pair words Something like this:

a = [ a  s d f g ]
???
print a  
//result = [as, ad, af, ag, sd, sf, sg,  df,         


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