M (mostafam)

Race #130

View Pit Stop page for race #130 by mostafamGhost race

View profile for M (mostafam)

Official speed 38.45 wpm (47.44 seconds elapsed during race)
Race Start June 9, 2022 4:06:13am UTC
Race Finish June 9, 2022 4:07:00am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 12.82
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)