Yngvarr

Generation

generate functionTue, 14 Feb 2023

русские месяцы склонения

def month_case(month): if month = 1: return 'января' elif month = 2: return 'февраля' elif month = 3: return 'марта' elif month = 4: return 'апреля' elif month = 5: return 'мая' elif month = 6: return 'июня' elif month = 7: return 'июля' elif month = 8: return 'августа' elif month = 9: return 'сентября' elif month = 10: return 'октября' elif month = 11: return 'ноября' elif month = 12: return 'декабря' else: return

Questions about programming?Chat with your personal AI assistant