[python] 데이터 타입검사 >>> import datetime >>> now = datetime.datetime.now() >>> print(type(now)) <class 'datetime.datetime'>