def check_monthnum_number(monthnum1):
  if monthnum1 == 2:
    return True
  else:
    return False