sabitovski (tursabihami)

Race #1

View Pit Stop page for race #1 by tursabihamiGhost race

View profile for sabitovski (tursabihami)

Official speed 34.33 wpm (53.13 seconds elapsed during race)
Race Start March 18, 2011 9:11:23pm UTC
Race Finish March 18, 2011 9:12:16pm 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)