Andrei (sobercheg)

Race #18

View Pit Stop page for race #18 by soberchegGhost race

View profile for Andrei (sobercheg)

Official speed 63.78 wpm (28.60 seconds elapsed during race)
Race Start February 2, 2011 12:41:34pm UTC
Race Finish February 2, 2011 12:42:03pm UTC
Outcome Win (1 of 2)
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)