Mikhail (mayham92)

Race #198

View Pit Stop page for race #198 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 55.39 wpm (32.93 seconds elapsed during race)
Race Start November 8, 2021 7:43:03pm UTC
Race Finish November 8, 2021 7:43:36pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 18.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)