Which of the following is an advantage of Python?
A. It compiles to machine code
B. It enforces strict typing
C. It has a large standard library
D. It requires extensive memory management
Answer: Option C
Solution (By Examveda Team)
One of the advantages of Python is that it has a large standard library.Python's standard library contains a wide range of modules and packages that provide ready-to-use functionality for various tasks, including file I/O, networking, database access, web development, and much more. This extensive collection of modules simplifies development and allows programmers to accomplish many tasks without having to write code from scratch.
Join The Discussion