CompTIA
XK0-006 · Question #66
Which of the following is a characteristic of Python 3?
The correct answer is B. It is extensible through modules. Python 3 is open source and supports extensibility through modules and packages, allowing developers to add functionality easily. It is not fully backward compatible with Python 2 and has no binary compatibility with Java.
Automation, Orchestration, and Scripting
Question
Which of the following is a characteristic of Python 3?
Options
- AIt is closed source.
- BIt is extensible through modules.
- CIt is fully backwards compatible.
- DIt is binary compatible with Java.
How the community answered
(36 responses)- B94% (34)
- C3% (1)
- D3% (1)
Explanation
Python 3 is open source and supports extensibility through modules and packages, allowing developers to add functionality easily. It is not fully backward compatible with Python 2 and has no binary compatibility with Java.
Topics
#Python 3#modules#scripting language#extensibility
Community Discussion
No community discussion yet for this question.