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

16 file handling in python

17 Modules in python

1 PYTHON PROGRAMMING