Guest User

Untitled

a guest
Dec 10th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import datetime
  2. today=datetime.date.today()
  3. if today.isoweekday()==0 or today.isoweekday()==6
  4. print "weekend"
  5. else:
  6. print "weekday"
Add Comment
Please, Sign In to add comment