Mikhail (mayham92)

Race #537

View Pit Stop page for race #537 by mayham92Ghost race

View profile for Mikhail (mayham92)

Official speed 67.05 wpm (27.20 seconds elapsed during race)
Race Start January 4, 2022 12:26:17am UTC
Race Finish January 4, 2022 12:26:45am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 22.35
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)