get currentyear in oython code example Example: get the current year in python import datetime now = datetime.datetime.now().year print(now)