gummi (gummi)

Race #2

View Pit Stop page for race #2 by gummiGhost race

View profile for gummi (gummi)

Official speed 43.17 wpm (42.25 seconds elapsed during race)
Race Start January 30, 2011 3:46:53pm UTC
Race Finish January 30, 2011 3:47:36pm UTC
Outcome No win (5 of 7)
Opponents 1. mikuhatsune (70.47 wpm)
2. danny45 (69.66 wpm)
3. atenza (53.64 wpm)
4. guda (46.87 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)