summaryrefslogtreecommitdiff
path: root/progs/a699.py
blob: 252f8ed72d4ca056efd5b38f79cedc416e0cf4b1 (plain)
1
2
3
4
5
def check_monthnum(monthname1):
  if monthname1 == "February":
    return True
  else:
    return False