Mikhail (mayham92)

Race #653

View Pit Stop page for race #653 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 54.18 wpm (33.67 seconds elapsed during race)
Race Start January 27, 2022 11:40:34am UTC
Race Finish January 27, 2022 11:41:08am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 18.06
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)