Mikhail (mayham92)

Race #674

View Pit Stop page for race #674 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 75.04 wpm (24.31 seconds elapsed during race)
Race Start January 31, 2022 9:44:53am UTC
Race Finish January 31, 2022 9:45:17am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 25.01
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)