48 lines
797 B
Markdown
48 lines
797 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c153
|
|
title: Introducción a Numpy B
|
|
challengeType: 11
|
|
videoId: YIqgrNLAZkA
|
|
bilibiliIds:
|
|
aid: 250503382
|
|
bvid: BV1kv411w7vB
|
|
cid: 409010193
|
|
dashedName: numpy-introduction-b
|
|
---
|
|
|
|
# --description--
|
|
|
|
*En lugar de usar notebooks.ai como se muestra en el vídeo, puede utilizar Google Colab en su lugar.*
|
|
|
|
Más recursos:
|
|
|
|
- [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)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
¿cuanta memoria consume el entero `5` en python plano?
|
|
|
|
## --answers--
|
|
|
|
32 bits
|
|
|
|
---
|
|
|
|
20 bytes
|
|
|
|
---
|
|
|
|
16 bytes
|
|
|
|
---
|
|
|
|
8 bits
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|