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