Files
freeCodeCamp/curriculum/challenges/portuguese/08-data-analysis-with-python/data-analysis-with-python-course/numpy-introduction-b.md
2022-06-27 19:25:35 +05:30

48 lines
939 B
Markdown

---
id: 5e9a093a74c4063ca6f7c153
title: Introdução ao NumPy B
challengeType: 11
videoId: YIqgrNLAZkA
bilibiliIds:
aid: 250503382
bvid: BV1kv411w7vB
cid: 409010193
dashedName: numpy-introduction-b
---
# --description--
*Ao invés de usar notebooks.ai como foi mostrado no vídeo, você pode usar o Google Colab como substituto.*
Mais recursos:
- <a href="https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy" target="_blank" rel="noopener noreferrer nofollow">Notebooks no 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">Como abrir notebooks do GitHub usando o Google Colab.</a>
# --question--
## --text--
Quanta memória o inteiro `5` consome em Python puro, aproximadamente?
## --answers--
32 bits
---
20 bytes
---
16 bytes
---
8 bits
## --video-solution--
2