John (gonryun)

Race #7

View Pit Stop page for race #7 by gonryunGhost race

View profile for John (gonryun)

Official speed 45.86 wpm (39.77 seconds elapsed during race)
Race Start October 1, 2013 7:30:20pm UTC
Race Finish October 1, 2013 7:31:00pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
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)