Name 'now' is not defined?
When I typed in the following code it said that name 'now' is not defined.
However, I did import datetime?
from datetime import datetime
print str(now.month) + "/" + str(now.day) + "/" + str(now.year)
(I have already searched on the web for this but it did not come up with
anything related to this)
No comments:
Post a Comment