多项选择题
A.2001 B.2003 C.2008 D.2012
python中,跟时间有关的模块是()A.timeB.datetimeC.calendarD.os
多项选择题python中,跟时间有关的模块是()
A.time B.datetime C.calendar D.os
想获取当前时间,则使用()A.time.localtime()B.time.gmtime()C.time.st...
单项选择题想获取当前时间,则使用()
A.time.localtime() B.time.gmtime() C.time.strptime() D.time.mktime()
calendar.month(2017,8)的结果是()A.输出2017年8月份的日历B.判断是否是闰年C.这...
单项选择题calendar.month(2017,8)的结果是()
A.输出2017年8月份的日历 B.判断是否是闰年 C.这个月有多少天 D.返回一个时间戳