Ray's playground

 

Python Challenge 2

http://www.pythonchallenge.com/pc/def/ocr.html

1 >>> import re
2 >>> s = '''''' #Put the string in page source here
3 >>> print("".join(re.findall('[A-Za-z]', s)))
4 equality

 

 

posted on 2009-12-25 18:02  Ray Z  阅读(213)  评论(0编辑  收藏  举报

导航