freeCodeCamp/curriculum/challenges/japanese/08-data-analysis-with-python/data-analysis-with-python-c.../numpy-introduction-b.md

48 lines
896 B
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c153
title: Numpy 入門 B
challengeType: 11
videoId: YIqgrNLAZkA
bilibiliIds:
aid: 250503382
bvid: BV1kv411w7vB
cid: 409010193
dashedName: numpy-introduction-b
---
# --description--
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
その他のリソース:
- [GitHub のノート](https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy)
- [Google Colab を使用して GitHub からノートを開く方法](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
# --question--
## --text--
通常の Python では、整数 `5` はどれくらいのメモリを消費しますか?
## --answers--
32 ビット
---
20 バイト
---
16 バイト
---
8 ビット
## --video-solution--
2