How can I make a time delay in python?



How can I make a time delay in python?..

Answer / Bhasker Nimi

You can use the time module's sleep() function: import time; time.sleep(seconds)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Why does it say none in python?

1 Answers  


How can I represent an 'enum' in python?

1 Answers  


Why is self used in python?

1 Answers  


What is python used for today?

1 Answers  


Why python is popular now?

1 Answers  


Explain accessor and mutator methods in python?

1 Answers  


What is setup script?

1 Answers  


How can I find the methods or attributes of an object?

1 Answers  


What is python best for?

1 Answers  


How many functions are in python?

1 Answers  


How do I share global variables across modules?

1 Answers  


How do I check if python is installed?

1 Answers  


Categories