回答編集履歴

1

リンク化

2017/12/10 22:17

投稿

shimizukawa
shimizukawa

スコア1847

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- https://docs.python.org/ja/3/tutorial/datastructures.html#more-on-conditions
5
+ [https://docs.python.org/ja/3/tutorial/datastructures.html#more-on-conditions](https://docs.python.org/ja/3/tutorial/datastructures.html#more-on-conditions)
6
6
 
7
7
  > ブール演算子 and と or は、いわゆる 短絡 (short-circuit) 演算子です。これらの演算子の引数は左から右へと順に評価され、結果が確定した時点で評価を止めます。例えば、 A と C は真で B が偽のとき、 A and B and C は式 C を評価しません。一般に、短絡演算子の戻り値をブール値ではなくて一般的な値として用いると、値は最後に評価された引数になります。
8
8