Vivek Jain (nguye205)

Race #4

View Pit Stop page for race #4 by nguye205Ghost race

View profile for Vivek Jain (nguye205)

Official speed 52.48 wpm (34.76 seconds elapsed during race)
Race Start April 26, 2022 8:01:33pm UTC
Race Finish April 26, 2022 8:02:07pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 17.49
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)