mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-11 03:02:31 -05:00
44 lines
1016 B
Markdown
44 lines
1016 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c166
|
|
title: Python-Funktionen und Sammlungen
|
|
challengeType: 11
|
|
videoId: NzpU17ZVlUw
|
|
bilibiliIds:
|
|
aid: 675544435
|
|
bvid: BV1pU4y1N7JC
|
|
cid: 409023833
|
|
dashedName: python-functions-and-collections
|
|
---
|
|
|
|
# --description--
|
|
|
|
*Anstatt, wie in dem Video gezeigt, notebooks.ai zu verwenden, kannst du auch Google Colab verwenden.*
|
|
|
|
Weitere Ressourcen:
|
|
|
|
- <a href="https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes" target="_blank" rel="noopener noreferrer nofollow">Notebooks auf GitHub</a>
|
|
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Wie man Notebooks von GitHub unter Verwendung von Google Colab öffnet.</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Was ist der Hauptunterschied zwischen Listen und Tuples in Python?
|
|
|
|
## --answers--
|
|
|
|
Tuples sind unveränderlich.
|
|
|
|
---
|
|
|
|
Listen sind sortiert.
|
|
|
|
---
|
|
|
|
Tuples sind unsortiert.
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|