Files
freeCodeCamp/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md
Muhammed Mustafa 3e3da4ec0f fix(curriculum): standardize links in curriculum (#46564)
* fix(curriculum): standradize links in curriculum

* Data analiysis links

* CIP links

* fixed links in s-expressions

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* added space before target attribute

* standarize external and .rock example links

* wrap "check out the projects" around the links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-26 11:13:38 -05:00

596 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f070b6c005b0e76f05f Iterations: More Patterns 11 9Wtqo6vha1M
aid bvid cid
674492981 BV1hU4y1H7tF 376531204
iterations-more-patterns

--description--

More resources:

- Exercise

--question--

--text--

Which of these evaluates to False?

--answers--

0 == 0.0

0 is 0.0

0 is not 0.0

0 = 0.0

--video-solution--

2