python if all
Posted 开源、架构、Linux C/C++/python AI BI
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python if all相关的知识,希望对你有一定的参考价值。
#encoding:utf-8
s=[‘1‘,‘9‘]
sta=‘56789‘
# if all(t not in sta for t in s):
# print sta
if all(t not in sta for t in s):
print(sta)
以上是关于python if all的主要内容,如果未能解决你的问题,请参考以下文章