Lucas (sydcsgo)

Race #3

View Pit Stop page for race #3 by sydcsgoGhost race

View profile for Lucas (sydcsgo)

Official speed 22.43 wpm (81.32 seconds elapsed during race)
Race Start February 27, 2017 12:01:14am UTC
Race Finish February 27, 2017 12:02:35am UTC
Outcome Win (1 of 2)
Accuracy 87.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)