Files
freeCodeCamp/curriculum/challenges/chinese-traditional/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