Andy (andythedinosaur)

Race #2

View Pit Stop page for race #2 by andythedinosaurGhost race

View profile for Andy (andythedinosaur)

Official speed 75.28 wpm (24.23 seconds elapsed during race)
Race Start April 10, 2017 3:07:59am UTC
Race Finish April 10, 2017 3:08:23am UTC
Outcome Win (1 of 3)
Opponents 2. akk12 (59.06 wpm)
3. sollight (53.04 wpm)
Accuracy 96.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)