Posted in Python onJune 27, 2018
用关键字 in 和not in 来
如下:
qwe =[1,2,3,4,5] if 2 in qwe: print ‘good!' else: print ‘not good'
666
以上这篇Python 查看list中是否含有某元素的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
Python 查看list中是否含有某元素的方法
- Author -
Recar声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@