Ali (abaitam)

Race #4

View Pit Stop page for race #4 by abaitamGhost race

View profile for Ali (abaitam)

Official speed 42.63 wpm (42.79 seconds elapsed during race)
Race Start August 20, 2013 8:10:18pm UTC
Race Finish August 20, 2013 8:11:01pm UTC
Outcome Win (1 of 3)
Accuracy 91.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)