Files
freeCodeCamp/curriculum/challenges/ukrainian/23-python-for-everybody/python-for-everybody/intermediate-expressions.md
freeCodeCamp's Camper Bot cc87f4455d chore(i18n,learn): processed translations (#54077)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2024-03-25 16:31:40 +00:00

768 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f050b6c005b0e76f057 Робота з виразами 11 dKgUaIa5ATg
aid bvid cid
334428894 BV1uw411R7gH 376318468
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