最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

在Python中使用成員運算符的示例

 更新時間:2015年05月13日 12:22:24   投稿:goldensun  
這篇文章主要介紹了在Python中使用成員運算符的示例,是Python學習中的基礎(chǔ)知識,需要的朋友可以參考下

下表列出了所有Python語言支持的成員運算符。

2015513122253479.jpg (586×176)

 例如:

試試下面的例子就明白了所有的Python編程語言提供會員運算符:

#!/usr/bin/python

a = 10
b = 20
list = [1, 2, 3, 4, 5 ];

if ( a in list ):
  print "Line 1 - a is available in the given list"
else:
  print "Line 1 - a is not available in the given list"

if ( b not in list ):
  print "Line 2 - b is not available in the given list"
else:
  print "Line 2 - b is available in the given list"

a = 2
if ( a in list ):
  print "Line 3 - a is available in the given list"
else:
  print "Line 3 - a is not available in the given list"

當執(zhí)行上面的程序它會產(chǎn)生以下結(jié)果:

Line 1 - a is not available in the given list
Line 2 - b is not available in the given list
Line 3 - a is available in the given list

相關(guān)文章

最新評論

梁河县| 乐清市| 建德市| 鄯善县| 富锦市| 南康市| 即墨市| 大余县| 卫辉市| 南乐县| 栖霞市| 高安市| 调兵山市| 丹江口市| 周口市| 闽清县| 秦皇岛市| 乾安县| 甘谷县| 比如县| 汉阴县| 横山县| 茌平县| 互助| 札达县| 五华县| 呼伦贝尔市| 长垣县| 博野县| 内江市| 江城| 宁都县| 镇巴县| 葫芦岛市| 黄平县| 吕梁市| 常德市| 阿拉尔市| 新乡县| 德江县| 南郑县|