How to get the date of second Monday of each month | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

18th Nov 2017, 11:00 PM
Sachin Kampli
Sachin Kampli - avatar
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()))
19th Nov 2017, 2:15 AM
Nikhil
Nikhil - avatar
- 1
What is the year?
18th Nov 2017, 11:17 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar