`

Python Challenge (level 15)

阅读更多
URI: http://www.pythonchallenge.com/pc/return/uzi.html
Username: huge; password: file
说明:
题面1**6年 Jan 26的后一天,猜猜这是谁的生日?用google搜搜吧

解题方法:
import calendar

print [i for i in range(1006, 2006, 10) if calendar.weekday(i, 1, 1) == 3][-3]

过关答案:
mozart
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics