freeCodeCamp/curriculum/challenges/chinese-traditional/07-scientific-computing-wit.../python-for-everybody/python-objects.md

35 lines
397 B
Markdown
Raw Normal View History

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