n (ilovechicken33)

Race #1

View Pit Stop page for race #1 by ilovechicken33Ghost race

View profile for n (ilovechicken33)

Official speed 48.43 wpm (37.66 seconds elapsed during race)
Race Start February 27, 2022 7:15:45pm UTC
Race Finish February 27, 2022 7:16:22pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 16.14
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)