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