質問編集履歴

1

2020/02/10 11:00

投稿

esklia
esklia

スコア81

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