month={"January":31, "February":28, "March":31, "April":30, "May":31, "June":30, "July":31, "August":31, "September":30, "October":31, "November":30, "December":31} 
name=raw_input("Enter your month")  
result=0 
if name==x:
  result=month[x]
  continue;
if result==0:
  print("You misspeled your month")
else:
  print("There are %i days in your month") %result