skyactiv (atenza)

Race #7

View Pit Stop page for race #7 by atenzaGhost race

View profile for skyactiv (atenza)

Official speed 71.42 wpm (25.54 seconds elapsed during race)
Race Start January 30, 2011 4:02:42pm UTC
Race Finish January 30, 2011 4:03:07pm UTC
Outcome Win (1 of 6)
Opponents 2. mikuhatsune (70.92 wpm)
3. danny45 (63.57 wpm)
4. 2getter (54.81 wpm)
5. guda (53.55 wpm)
6. badomiso (38.78 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)