Andy (andythedinosaur)

Race #9

View Pit Stop page for race #9 by andythedinosaurGhost race

View profile for Andy (andythedinosaur)

Official speed 67.57 wpm (26.99 seconds elapsed during race)
Race Start April 10, 2017 3:18:31am UTC
Race Finish April 10, 2017 3:18:58am UTC
Outcome Win (1 of 2)
Opponents 2. squirrelbrained (54.17 wpm)
3. akk12 (48.72 wpm)
4. sollight (46.04 wpm)
Accuracy 90.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)