Files
freeCodeCamp/curriculum/challenges/japanese/07-scientific-computing-with-python/python-for-everybody/python-objects.md
2022-01-20 20:30:18 +01:00

39 lines
644 B
Markdown

---
id: 5e7b9f160b6c005b0e76f085
title: Python のオブジェクト
challengeType: 11
videoId: uJxGeTYy0us
bilibiliIds:
aid: 889496260
bvid: BV1ZP4y1s7G6
cid: 377522762
dashedName: python-objects
---
# --question--
## --text--
Python のオブジェクトについての説明として正しくないのはどれですか?
## --answers--
オブジェクトは作成され、使用される。
---
オブジェクトはコードやデータの集まりである。
---
オブジェクトは詳細を隠す。
---
オブジェクトは 5 つの標準的なデータ型のうちの 1 つである。
## --video-solution--
4