Prakhar (prakhartyper)

Race #8

View Pit Stop page for race #8 by prakhartyperGhost race

View profile for Prakhar (prakhartyper)

Official speed 48.90 wpm (37.30 seconds elapsed during race)
Race Start August 2, 2023 5:17:24am UTC
Race Finish August 2, 2023 5:18:01am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 16.30
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)