Max (thexa4)

Race #2

View Pit Stop page for race #2 by thexa4Ghost race

View profile for Max (thexa4)

Official speed 55.30 wpm (32.98 seconds elapsed during race)
Race Start December 13, 2009 5:26:24pm UTC
Race Finish December 13, 2009 5:26:57pm 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)