python check string contains all characters

后端 未结 4 1627
粉色の甜心
粉色の甜心 2021-01-29 11:10

I\'m reading in a long list of words, and I made a node for every word in the list. Each node has an attribute \'word\' for their position in the list.

I am trying to co

4条回答
  •  粉色の甜心
    2021-01-29 12:02

    You seem to be comparing each node with just one other node, so

    "IN" directly follows "I" in your wordlist, but "INW" is not directly after "IN"

提交回复
热议问题