LoginSignup
1
1

More than 5 years have passed since last update.

技術英語 > you use the boolean operators [and, or, and not] to ... > Boolean Operations — and, or, not

Last updated at Posted at 2017-02-28

@ Introducing Python: Modern Computing in Simple Packages by Bill Lubanovic
(No. 2023 / 12833)

you use the boolean operators and, or, and not to ...

2つめのandはA, B, and Cのandなのだろうか。
(A = and, B = or, C = not)
意訳「bool演算子であるandとorとnotを使って...」
(疑問点: and, or, notはbool演算子とみなせるのだろうか)

(追記 2017/03/01)
https://docs.python.org/2/library/stdtypes.html

5.2. Boolean Operations — and, or, not


あるいはboolean operatorsから数えてA, and, B, and Cと見る。
(A = boolean operators, B = or, C = not)
意訳「bool演算子とorとnotを使って...」

英文法として前者の方(A, B, and C)の使用をよく見かける。

1
1
2

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
1
1