发布时间:2019-09-25 08:17:04编辑:auto阅读(4537)
import calendar import datetime def getNextMonday(): today = datetime.date.today() print today oneday = datetime.timedelta(days = 1) m1 = calendar.MONDAY while today.weekday() != m1: today += oneday nextMonday = today.strftime('%Y%m%d') return nextMonday print getNextMonday()
======================================================= 输出: 2017-11-28 20171204
上一篇: Python开根号
下一篇: python处理音频文件(mp3)
50954
50335
40954
37818
32284
29174
28062
22891
22854
21186
1039°
1721°
1404°
1339°
1599°
1434°
2089°
3630°
3546°
2505°