Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/iterations-more-patterns.md
freeCodeCamp's Camper Bot 9c20069eb2 chore(i18n,learn): processed translations (#53819)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-03-12 22:29:52 +05:30

641 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f070b6c005b0e76f05f 繰り返し: その他のパターン 11 9Wtqo6vha1M
aid bvid cid
674492981 BV1hU4y1H7tF 376531204
iterations-more-patterns

--description--

その他のリソース:

- 演習

--question--

--text--

次のうち、どれが False と評価されますか?

--answers--

0 == 0.0

0 is 0.0

0 is not 0.0

0 = 0.0

--video-solution--

2