Python日历模块| 使用示例的weekday()方法

Python的日历模块提供了一个内置方法weekday(),用于获取指定年月日对应的星期几。方法返回一个整数,其中0表示周一,6表示周日。参数包括年、月和日,传入无效日期会引发ValueError。
摘要由CSDN通过智能技术生成

Python calendar.weekday()方法 (Python calendar.weekday() Method)

weekday() method is an inbuilt method of the calendar module in Python. It works on simple text calendars and returns what is the day of the week for the given year, month and day mentioned in the function argument. Here Monday denotes 0 and incrementing the following days by one for the year(1970–…), month (1–12), day (1–31).

weekday()方法是Python中日历模块的内置方法。 它适用于简单的文本日历,并返回函数参数中给定的年,月和日的星期几。 在这里,星期一表示0,然后将年(1970–…),月(1–12),天(1–31)的第二天增加1。

Module:

模块:

    import calendar

Syntax:

句法:

    weekday(year, month, day)
  • 1
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值