Chad (sixpacksexy)

Race #1

View Pit Stop page for race #1 by sixpacksexyGhost race

View profile for Chad (sixpacksexy)

Official speed 74.67 wpm (24.43 seconds elapsed during race)
Race Start May 9, 2023 5:03:41am UTC
Race Finish May 9, 2023 5:04:05am UTC
Outcome No win (2 of 5)
Opponents 1. smart_coder5 (98.63 wpm)
3. gorgontes (50.00 wpm)
Accuracy 98.0%
Points 24.89
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)