python weekday()函数

def weekday(self):
        """Return the day of the week as an integer, where Monday is 0 and
        Sunday is 6.

        :rtype: int
        """
        return 0

 

 

posted @ 2018-11-08 14:36  筱筱的春天  阅读(3366)  评论(0编辑  收藏  举报