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