Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. from datetime import datetime
  2. now = datetime.now()
  3.  
  4. print '%s%s%s%s%s%s' % (now.month, now.day. now.year, now.hour, now.minute, now.second)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement