文字列の中にリストの各文字が含まれていないか確認したいのですが、どのようにしたら良いでしょうか?
python
1a = ["ab", "gh"] 2c = "abcdefg" 3if a in c: 4 print(location()) 5else: 6 print(location())
zsh
1Traceback (most recent call last): 2TypeError: 'in <string>' requires string as left operand, not list
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/01/13 06:24