mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-21 16:01:27 -04:00
768 B
768 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f050b6c005b0e76f057 | Робота з виразами | 11 | dKgUaIa5ATg |
|
intermediate-expressions |
--description--
Додаткові ресурси:
- Вправа 1
- Вправа 2
--question--
--text--
Що буде виведено в результаті виконання даного коду:
width = 15
height = 12.0
print(height/3)
--answers--
39
4
4.0
5.0
5
--video-solution--
3