For logging or printing time ctime() can be more useful. import time print 'The time is :', time.ctime() later = time.time() + 15 print '15 secs from now :' ...
確定! 回上一頁