-To find the number of days in a month.
-First we will import datetime libray -Then def main function in which user have to give input as year and month. -The strptime() method creates a datetime object from the given string. -THen it will call the days_finder() function and perform certain operation and give output.
-import datetime libray to finding the name of month
-days_finder() is function that will be called for finding the number of days in mmonth.
-After performing the operation , I gave the option whether user want to continue or exit.
-If want to co continue enter 1 or else to Exit.
-User needs any python id and compiler to execute the program.
ASHUTOSH KUMAR SAW
LGMSOC
CONTRIBUTOR