Files
freeCodeCamp/curriculum/challenges/ukrainian/23-python-for-everybody/python-for-everybody/iterations-more-patterns.md
freeCodeCamp's Camper Bot cc87f4455d chore(i18n,learn): processed translations (#54077)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2024-03-25 16:31:40 +00:00

690 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