Alvin (sollight)

Race #8

View Pit Stop page for race #8 by sollightGhost race

View profile for Alvin (sollight)

Official speed 46.04 wpm (39.62 seconds elapsed during race)
Race Start April 10, 2017 3:18:31am UTC
Race Finish April 10, 2017 3:19:10am UTC
Outcome No win (4 of 2)
Opponents 1. andythedinosaur (67.57 wpm)
2. squirrelbrained (54.17 wpm)
3. akk12 (48.72 wpm)
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)