Files

48 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 5e9a093a74c4063ca6f7c165
title: 'Python: Вступ'
challengeType: 11
videoId: PrQV9JkLhb4
bilibiliIds:
aid: 805597530
bvid: BV1634y1S7gD
cid: 409023550
dashedName: python-introduction
---
# --description--
*Замість використаного у відеоматеріалі notebooks.ai можна користуватись блокнотом Google Colab.*
Додаткові ресурси:
- [Блокноти на GitHub](https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes)
- [Як відкрити блокноти з GitHub використовуючи Google Colab.](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
# --question--
## --text--
Як визначаються окремі блоки коду в тілі функцій в Python?
## --answers--
По обидві сторони кожного окремого блоку використовуються фігурні дужки.
---
Використовуються відступи, зазвичай 4 пробіли праворуч.
---
Окремі блоки коду жодним чином не позначаються.
---
Для позначення окремих блоків коду можуть використовуватись як фігурні дужки, так і відступи.
## --video-solution--
2