>>> import datetime >>> now=datetime.datetime.now() >>> now.strftime('%a') 'Sun'