sc5 (smart_coder5)

Race #1

View Pit Stop page for race #1 by smart_coder5Ghost race

View profile for sc5 (smart_coder5)

Official speed 98.63 wpm (18.49 seconds elapsed during race)
Race Start May 9, 2023 5:03:41am UTC
Race Finish May 9, 2023 5:03:59am UTC
Outcome Win (1 of 5)
Opponents 2. sixpacksexy (74.67 wpm)
3. gorgontes (50.00 wpm)
Accuracy 97.0%
Points 32.88
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)