알고리즘 연습

파이썬 날짜 출력

728x90

 

import datetime
print(str(datetime.datetime.now())[:10])
728x90