null (qbasic)

Race #14

View Pit Stop page for race #14 by qbasicGhost race

View profile for null (qbasic)

Official speed 52.92 wpm (34.47 seconds elapsed during race)
Race Start August 14, 2014 1:36:31am UTC
Race Finish August 14, 2014 1:37:05am UTC
Outcome No win (2 of 3)
Accuracy 88.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)