Python Challenge (level 2)

xiaoxiao2026-08-16  31

URI: [url]http://www.pythonchallenge.com/pc/def/ocr.html[/url] [img]/upload/attachment/120136/13cb242b-5a6e-3ad5-bb14-2c8adcb5c93c.jpg[/img] 说明: 图画中出现一本很模糊的书,但真正的答案要从页面的源代码中找 提示1:recognize the characters. maybe they are in the book, but MAYBE they are in the page source. 提示2:find rare characters in the mess 解题方法: import redata = ''' ''' #三引号中填入页面的数据print "".join(re.findall("[A-Za-z]", data)) 过关答案: equality 相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5051342.html

最新回复(0)