Ivan (loui127)

Race #1

View Pit Stop page for race #1 by loui127Ghost race

View profile for Ivan (loui127)

Official speed 36.79 wpm (49.58 seconds elapsed during race)
Race Start June 9, 2023 5:54:54pm UTC
Race Finish June 9, 2023 5:55:43pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 12.26
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)