Quiz Question 1 of 5
Python is often described as a modular language. Which of the following best explains why Python is considered modular?
Choose the correct answer below:
-
A
Python allows the use of functions to execute repetitive tasks.
-
B
Python supports the use of multiple programming paradigms like OOP and procedural programming.
-
C
Python consists of a base language with numerous libraries that extend its functionality.
-
D
Python is designed to work across different operating systems without modification.