39 lines
465 B
Markdown
39 lines
465 B
Markdown
---
|
|
id: 5e7b9f160b6c005b0e76f085
|
|
title: Python 對象
|
|
challengeType: 11
|
|
videoId: uJxGeTYy0us
|
|
bilibiliIds:
|
|
aid: 889496260
|
|
bvid: BV1ZP4y1s7G6
|
|
cid: 377522762
|
|
dashedName: python-objects
|
|
---
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
關於 Python 對象的說法,哪一個是不正確的?
|
|
|
|
## --answers--
|
|
|
|
對象被創建和使用
|
|
|
|
---
|
|
|
|
對象是代碼和數據的一部分
|
|
|
|
---
|
|
|
|
對象隱藏細節
|
|
|
|
---
|
|
|
|
對象是五個標準數據類型之一
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|