Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/iterations-more-patterns.md

468 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e7b9f070b6c005b0e76f05f 迭代:更多模式 11 9Wtqo6vha1M 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