#-*- coding: utf-8 -*-


from datetime import *

import os,sys,time



c=datetime.date.now()




print c



실행시키면




    c=datetime.date.now()

AttributeError: 'method_descriptor' object has no attribute 'now'


도움앙망 ㅠㅠ