sahand (protein_soup)

Race #2

View Pit Stop page for race #2 by protein_soupGhost race

View profile for sahand (protein_soup)

Official speed 30.30 wpm (60.20 seconds elapsed during race)
Race Start October 22, 2022 3:04:16pm UTC
Race Finish October 22, 2022 3:05:16pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 10.10
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)