python_datetime_strftime_w_2.py:
x
 
import datetime
x = datetime.datetime(2018, 5, 31)
print(x.strftime("%W"))