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