LoginSignup
0
1

More than 3 years have passed since last update.

PythonでFalseとみなされるもの

Last updated at Posted at 2019-11-23

PythonがFlaseとみなすもの

明示的にFalseである必要ない。

Flaseとみなされるもの
プール値 Flase
null None
整数のゼロ 0
floatのゼロ 0.0
空白文字列 ''
空タプル ()
空辞書 {}
空集合 set()

参考文献

「入門 Python3」(著:Bill Lubanovic)

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1