以下のコードの実行結果として正しいものはどれですか? ```python import datetime now = datetime.datetime.now() print(type(now.year)) ```