demo_datetime_strftime_a.py:
x = datetime.datetime.now() print(x.strftime("%a"))
➜ begtut>python demo_datetime_strftime_a.py