attributeerror module datetime has no attribute now python

35

import _datetime

today = _datetime.date.today()

print(today)
import datetime
print(datetime.__file__)

Comments

Submit
0 Comments