What is import time in python?



What is import time in python?..

Answer / Ravindra Kumar Chaudhary

import time is used to access the time module in Python. The time module provides various functions for working with the system's clock and calendar.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is dictionary in python?

1 Answers  


Why does python print out none?

1 Answers  


Why was the language called as Python?

1 Answers  


How to access a module written in python from c?

1 Answers  


What is sphinx linux?

1 Answers  


Explain join() and split() in python.

1 Answers  


What is map function in python?

1 Answers  


Explain how to delete a file in Python?

1 Answers  


How to reverse a string in python

1 Answers  


What do you understand by the term deep copy?

1 Answers  


How do you represent binary and hexadecimal numbers?

1 Answers  


What is anonymous function or lambda function?

1 Answers  


Categories