Mikhail (mayham92)

Race #642

View Pit Stop page for race #642 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 54.57 wpm (33.43 seconds elapsed during race)
Race Start January 25, 2022 6:31:30pm UTC
Race Finish January 25, 2022 6:32:03pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 18.19
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)