Python Challenge (level 15)

xiaoxiao2026-09-03  1

URI: [url]http://www.pythonchallenge.com/pc/return/uzi.html[/url] Username: huge; password: file 说明: 题面1**6年 Jan 26的后一天,猜猜这是谁的生日?用google搜搜吧 解题方法: import calendarprint [i for i in range(1006, 2006, 10) if calendar.weekday(i, 1, 1) == 3][-3] 过关答案: mozart 相关资源:pythonchallenge level2官方方法集
转载请注明原文地址: https://www.6miu.com/read-5052323.html

最新回复(0)