Standard Libraries Questions and Answers
Python Programming - Standard Libraries Questions with Answers cover modules like `os`, `sys`, and `math`. These Python Standard Libraries Questions are helpful for TCS, Infosys, and Bank Clerk exams to test knowledge of Python’s built-in functionality and modules
Standard Libraries
Showing 10 of
25 questions
21. Which module is used for working with internet protocols and support?
- network
- socket
- inet
- protocol
22. Which module provides tools for working with iterators and generator functions?
- generator
- iterator
- itertools
- tools
23. Which module provides functions for working with complex numbers?
- complex
- cmath
- numpy
- numbers
24. Which module provides functions for deep copy operations?
- deepcopy
- copy
- clone
- duplicate
25. Which module provides functions for working with calendar operations?
- cal
- calendar
- dateutil
- time