mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
884 B
884 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f060b6c005b0e76f059 | المزيد من الهياكل الشرطية (More Conditional Structures) | 11 | HdL82tAZR20 |
|
more-conditional-structures |
--description--
More resources:
--question--
--text--
بالنظر إلى الكود التالي:
temp = "5 degrees"
cel = 0
fahr = float(temp)
cel = (fahr - 32.0) * 5.0 / 9.0
print(cel)
أي سطر/سطور يجب أن تُحاط بكتلة try؟
--answers--
1
3
3,4
4
لا شيء
--video-solution--
3