Bugatti (bugattiveyronsk)

Race #7

View Pit Stop page for race #7 by bugattiveyronskGhost race

View profile for Bugatti (bugattiveyronsk)

Official speed 32.36 wpm (56.37 seconds elapsed during race)
Race Start February 26, 2013 6:17:24pm UTC
Race Finish February 26, 2013 6:18:20pm UTC
Outcome No win (2 of 2)
Opponents 1. rahularctic (34.91 wpm)
Accuracy 85.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)