Files
freeCodeCamp/curriculum/challenges/ukrainian/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c166
title: 'Python: Функції та колекції'
challengeType: 11
videoId: NzpU17ZVlUw
bilibiliIds:
aid: 675544435
bvid: BV1pU4y1N7JC
cid: 409023833
dashedName: python-functions-and-collections
---
# --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--
Кортежі є незмінними.
---
Списки є впорядкованими.
---
Кортежі є невпорядкованими.
## --video-solution--
1