News

My #100daysofcode using python. Contribute to saladel/100-Days-of-Code-with-Python development by creating an account on GitHub.
if 1 <= month_no <= 12: This condition checks if the entered month number is within the valid range (1 to 12). print (months [month_no - 1]): If the month number is valid, it accesses the ...