第15520题 判断题
Python中使用date.today().weekday()在今天是星期天时是否返回0?

利用日期时间模块datetime,可以获取“今天”的日期相关信息,方法如下:

>>> import datetime
>>> date.today().weekday()

如果“今天”是星期天,则返回0

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析