Qus : Which of the following modules need to be imported to handle date time computations in Python?
Qusदिनांक समय गणनाओं को संभालने के लिए निम्नलिखित में से किस मॉड्यूल को आयात करने की आवश्यकता है? अजगर?
A. datetime B. date
C. time D. timedate
Solution
A. datetime
Explanation
The datetime module in Python provides classes for manipulating dates and times.