Search

14. 백준_Python [10699] 오늘 날짜

import datetime now = datetime.datetime.now() print(now.date())
Python
복사