2009-02-16から1日間の記事一覧

pythonでgoogle検索

正規表現でurlとタイトルだけ抜き取ろうと思ったけどムズい>< 途中経過↓# -*- coding: utf-8 -*-import urllib2 import urllib import re from BeautifulSoup import BeautifulSoup def search(): what = raw_input("何しらべる?") print what+("ね。ちょ…