Files

39 lines
465 B
Markdown
Raw Permalink Normal View History

---
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