본문 바로가기
Programing Language/Python

[Python] AttributeError: module 'datetime' has no attribute 'now'

by pcm9881 2023. 2. 21.

문제

now는 datetime 모듈 안에 datetime 클래스에서 꺼내서 사용해야 합니다.

import datetime

해결방법

from datetime import datetime

 

728x90

댓글