Josef (jo5ef)

Race #4

View Pit Stop page for race #4 by jo5efGhost race

View profile for Josef (jo5ef)

Official speed 61.94 wpm (29.45 seconds elapsed during race)
Race Start April 30, 2011 8:44:43pm UTC
Race Finish April 30, 2011 8:45:13pm UTC
Outcome No win (2 of 2)
Opponents 1. mpgo13 (64.19 wpm)
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)