rahul (rahularctic)

Race #6

View Pit Stop page for race #6 by rahularcticGhost race

View profile for rahul (rahularctic)

Official speed 34.91 wpm (52.25 seconds elapsed during race)
Race Start February 26, 2013 6:17:24pm UTC
Race Finish February 26, 2013 6:18:16pm UTC
Outcome Win (1 of 2)
Opponents 2. bugattiveyronsk (32.36 wpm)
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)