dip (dipdip123)

Race #2

View Pit Stop page for race #2 by dipdip123Ghost race

View profile for dip (dipdip123)

Official speed 63.77 wpm (28.60 seconds elapsed during race)
Race Start May 18, 2023 12:29:04am UTC
Race Finish May 18, 2023 12:29:33am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.26
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)