Ivandro (bigivel)

Race #1

View Pit Stop page for race #1 by bigivelGhost race

View profile for Ivandro (bigivel)

Official speed 43.45 wpm (41.98 seconds elapsed during race)
Race Start April 5, 2011 3:15:28pm UTC
Race Finish April 5, 2011 3:16:10pm UTC
Outcome Win (1 of 3)
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)