- 1
How to get the date of second Monday of each month
I need the dates of second Monday of each month. how I can get this using python
2 Answers
+ 5
@Ace : Check your code again... In the 9th line it should be :-
print(is_2nd_Monday(input()))
instead of :-
print(is_2nd_Tuesday(input()))
- 1
What is the year?