Python如果不是真的

代码示例

3
0

不在python中

li = [1,2,'a','b']
if 'hello' not in li:
    print('hello is not in the list')
3
0

python如果不是真的

a = False
if not a:
  #Does this

a = True
if not a:
  #Doesn't do this

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................