년월일 입력으로 요일 구하기 import datetime # 월~일 순으로 0~6이 r에 반환된다 r=datetime.date(int(m),int(d),int(y)).weekday() 프로그래밍 문법/python 2020.06.25