Datetime

10699 번 오늘 날짜 from datetime import datetime x = datetime.now() print('{}-{}-{}'.format(x.year, x.month, x.day))
섬섬옥수수
'Datetime' 태그의 글 목록