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

在Python中使用成員運(yùn)算符的示例

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

下表列出了所有Python語言支持的成員運(yùn)算符。

2015513122253479.jpg (586×176)

 例如:

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

#!/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"

當(dāng)執(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)文章

最新評論

乌兰浩特市| 蕲春县| 泸州市| 青浦区| 咸阳市| 宁武县| 资兴市| 茌平县| 宜州市| 璧山县| 淳化县| 清新县| 双流县| 金溪县| 丹寨县| 永兴县| 阿拉善左旗| 三原县| 沙洋县| 伊金霍洛旗| 兴和县| 信宜市| 保康县| 永济市| 个旧市| 临沭县| 沽源县| 射洪县| 关岭| 大足县| 衢州市| 家居| 沅陵县| 桃园市| 吉安市| 边坝县| 武川县| 宣城市| 新乡县| 平昌县| 弥勒县|