Mikhail (mayham92)

Race #838

View Pit Stop page for race #838 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 64.39 wpm (28.33 seconds elapsed during race)
Race Start May 16, 2022 1:38:37am UTC
Race Finish May 16, 2022 1:39:05am UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 21.46
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)