Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Academic Year

Alex Eidt edited this page Sep 19, 2019 · 3 revisions

Academic Year

The academic_year method returns the academic year based on the year parameter.

Import

from uwtools import academic_year

Args

Arg Type Default Description
year int The Year to get the Academic Year from.
2019 -> 1920.
2013 -> 1314.

Returns

A str representing the academic year beginning with the year given by the user.

Clone this wiki locally