Files
freeCodeCamp/curriculum/challenges/arabic/23-python-for-everybody/python-for-everybody/iterations-more-patterns.md
2024-01-24 19:52:36 +01:00

662 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:

تمرين

--question--

--text--

أي مما يلي يُقيّم إلى False؟

--answers--

0 == 0.0

0 is 0.0

0 is not 0.0

0 = 0.0

--video-solution--

2