URI: [url]http://www.pythonchallenge.com/pc/return/uzi.html[/url]
Username: huge; password: file
说明:
题面1**6年 Jan 26的后一天,猜猜这是谁的生日?用google搜搜吧
解题方法:
过关答案:
mozart
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