Ankit (ankit_10)

Race #27

View Pit Stop page for race #27 by ankit_10Ghost race

View profile for Ankit (ankit_10)

Official speed 32.10 wpm (56.82 seconds elapsed during race)
Race Start September 3, 2023 8:47:53am UTC
Race Finish September 3, 2023 8:48:50am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 10.70
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)