2021-02-06 04:42:36 +00:00
---
id: 5e9a093a74c4063ca6f7c153
2022-03-14 22:46:48 +05:30
title: Introducción a Numpy B
2021-02-06 04:42:36 +00:00
challengeType: 11
videoId: YIqgrNLAZkA
2022-03-14 22:46:48 +05:30
bilibiliIds:
aid: 250503382
bvid: BV1kv411w7vB
cid: 409010193
2021-02-06 04:42:36 +00:00
dashedName: numpy-introduction-b
---
# --description--
2022-03-14 22:46:48 +05:30
*En lugar de usar notebooks.ai como se muestra en el vídeo, puede utilizar Google Colab en su lugar.*
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
Más recursos:
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
- [Notas en GitHub ](https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy )
- [Cómo abrir Notebooks desde GitHub utilizando Google Colab. ](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb )
2021-02-06 04:42:36 +00:00
# --question--
## --text--
2022-03-14 22:46:48 +05:30
¿cuanta memoria consume el entero `5` en python plano?
2021-02-06 04:42:36 +00:00
## --answers--
32 bits
---
20 bytes
---
16 bytes
---
8 bits
## --video-solution--
2