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