Adolfo (adalwulf)

Race #2

View Pit Stop page for race #2 by adalwulfGhost race

View profile for Adolfo (adalwulf)

Official speed 50.32 wpm (36.25 seconds elapsed during race)
Race Start May 12, 2016 11:12:04pm UTC
Race Finish May 12, 2016 11:12:40pm UTC
Outcome No win (3 of 10)
Opponents 2. rthomas1 (50.34 wpm)
5. henrym0503 (34.19 wpm)
6. gbonell (33.70 wpm)
7. gustxw (31.53 wpm)
Accuracy 95.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)