N
Nader Emami
L.S.,
It is very simple question: Why doesn't work the next statments?
import datetime
today = datetime.date.today()
and I get the next error:
today = datetime.date.today()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: time
I can't understand it!
It is very simple question: Why doesn't work the next statments?
import datetime
today = datetime.date.today()
and I get the next error:
today = datetime.date.today()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: time
I can't understand it!