Initial commit
This commit is contained in:
2
python/Date/Program to get week number.py
Normal file
2
python/Date/Program to get week number.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import datetime
|
||||
print(datetime.date(2015, 6, 16).isocalendar()[1])
|
||||
Reference in New Issue
Block a user