null (qbasic)

Race #11

View Pit Stop page for race #11 by qbasicGhost race

View profile for null (qbasic)

Official speed 61.11 wpm (29.85 seconds elapsed during race)
Race Start June 21, 2014 1:50:49pm UTC
Race Finish June 21, 2014 1:51:18pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 0.00
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)