質問編集履歴
1
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
『入門python3』p92のコードより、pythonのブール値についてです。
|
2
2
|
|
3
|
-
以下のコードの3行目なのですが、`if disaster`の意味が分かりません。「もしdisasterなら」って
|
3
|
+
以下のコードの3行目なのですが、`if disaster:`の意味が分かりません。「もしdisasterがTrueなら」って意味なのでしょうか?だとしたら`if disaster is True:`が適切だと思いますが…
|
4
4
|
|
5
5
|
|
6
6
|
|