Darth Jeremy (darth_taghizadeh)

Race #4

View Pit Stop page for race #4 by darth_taghizadehGhost race

View profile for Darth Jeremy (darth_taghizadeh)

Official speed 37.11 wpm (49.15 seconds elapsed during race)
Race Start December 23, 2015 7:48:07pm UTC
Race Finish December 23, 2015 7:48:57pm UTC
Outcome No win (2 of 4)
Opponents 3. danteyokley (30.71 wpm)
4. richardgomes7d (26.12 wpm)
Accuracy 93.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)