[code.view]

[top] / python / PyMOTW / time / time_time.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import time
     
     print 'The time is:', time.time()

[top] / python / PyMOTW / time / time_time.py

contact | logmethods.com