Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- print 'The time is :', time.ctime()
- later = time.time() + 15
- print '15 secs from now :', time.ctime(later)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement