2 lines
67 B
Python
2 lines
67 B
Python
|
import datetime
|
||
|
print(datetime.date(2015, 6, 16).isocalendar()[1])
|