mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-14 03:07:43 -05:00
48 lines
948 B
Markdown
48 lines
948 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c153
|
|
title: NumPy Einführung B
|
|
challengeType: 11
|
|
videoId: YIqgrNLAZkA
|
|
bilibiliIds:
|
|
aid: 250503382
|
|
bvid: BV1kv411w7vB
|
|
cid: 409010193
|
|
dashedName: numpy-introduction-b
|
|
---
|
|
|
|
# --description--
|
|
|
|
*Anstatt notebooks.ai zu verwenden, wie es im Video gezeigt wird, kannst du stattdessen Google Colab verwenden.*
|
|
|
|
Weitere Ressourcen:
|
|
|
|
- <a href="https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy" 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--
|
|
|
|
Wieviel Speicherplatz benötigt der Integer `5` in Python?
|
|
|
|
## --answers--
|
|
|
|
32 Bits
|
|
|
|
---
|
|
|
|
20 Byte
|
|
|
|
---
|
|
|
|
16 Byte
|
|
|
|
---
|
|
|
|
8 Bits
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|