»»════SACHIN™════► (sachinhit006)

Race #3

View Pit Stop page for race #3 by sachinhit006Ghost race

View profile for »»════SACHIN™════► (sachinhit006)

Official speed 36.52 wpm (49.95 seconds elapsed during race)
Race Start March 13, 2012 2:22:53pm UTC
Race Finish March 13, 2012 2:23:43pm UTC
Outcome No win (2 of 2)
Opponents 1. lulu25 (40.81 wpm)
Accuracy 95.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)