Netbyzz

#B042

Python :

#CODE = #B042
import calendar
year=2024
month=7
x=calendar.month(year,month)
print(x)

Source Code