Sid (sidcode)

Race #4

View Pit Stop page for race #4 by sidcodeGhost race

View profile for Sid (sidcode)

Official speed 55.82 wpm (32.68 seconds elapsed during race)
Race Start April 28, 2015 6:31:47pm UTC
Race Finish April 28, 2015 6:32:20pm UTC
Outcome Win (1 of 2)
Opponents 2. krrish94 (51.88 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)