FreaKOde (vikash0207)

Race #6

View Pit Stop page for race #6 by vikash0207Ghost race

View profile for FreaKOde (vikash0207)

Official speed 31.00 wpm (58.84 seconds elapsed during race)
Race Start October 15, 2013 8:49:04pm UTC
Race Finish October 15, 2013 8:50:03pm UTC
Outcome No win (2 of 3)
Accuracy 80.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)