본문 바로가기

Programming [Python]/백준 알고리즘 솔루션

#166 백준 파이썬 [10699] 오늘 날짜

https://www.acmicpc.net/problem/10699

 

#Solution

 

from datetime import datetime
print(datetime.today().strftime("%Y-%m-%d"))