python_datetime_strftime_w_1.py:
x
 
import datetime
x = datetime.datetime.now()
print(x.strftime("%w"))