Che M wrote:

"http://www.wund.com/cgi-bin/findweather/getForecast?query=Worthington%2C+OH";
>
Any help is appreciated.

That would be:

  daytemp = soup.find("div",id="main").findNext("span").renderContents()

--
"The ability of the OSS process to collect and harness
the collective IQ of thousands of individuals across
the Internet is simply amazing." - Vinod Valloppillil
http://www.catb.org/~esr/halloween/halloween4.html
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to