20 Time module in python

 


import time


print(' \n Before sleep ', time.ctime())

time.sleep(10)

print(' \n After sleep  ', time.ctime())


Comments

Popular posts from this blog

1 PYTHON PROGRAMMING

16 file handling in python

4 Tuple data types