mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
48 lines
911 B
Markdown
48 lines
911 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c153
|
|
title: Introduzione a Numpy B
|
|
challengeType: 11
|
|
videoId: YIqgrNLAZkA
|
|
bilibiliIds:
|
|
aid: 250503382
|
|
bvid: BV1kv411w7vB
|
|
cid: 409010193
|
|
dashedName: numpy-introduction-b
|
|
---
|
|
|
|
# --description--
|
|
|
|
*Invece di usare notebooks.ai come mostrato nel video, puoi invece usare Google Colab.*
|
|
|
|
Altre risorse:
|
|
|
|
- <a href="https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy" target="_blank" rel="noopener noreferrer nofollow">Notebook su 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">Come aprire Notebooks da GitHub usando Google Colab.</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Quanta memoria consuma all'incirca in Python puro il numero intero `5`?
|
|
|
|
## --answers--
|
|
|
|
32 bit
|
|
|
|
---
|
|
|
|
20 byte
|
|
|
|
---
|
|
|
|
16 byte
|
|
|
|
---
|
|
|
|
8 bit
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|