ぴくるす (danny45)

Race #8

View Pit Stop page for race #8 by danny45Ghost race

View profile for ぴくるす (danny45)

Official speed 63.57 wpm (28.69 seconds elapsed during race)
Race Start January 30, 2011 4:02:42pm UTC
Race Finish January 30, 2011 4:03:11pm UTC
Outcome No win (3 of 6)
Opponents 1. atenza (71.42 wpm)
2. mikuhatsune (70.92 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)