Ricardo (richardgomes7d)

Race #74

View Pit Stop page for race #74 by richardgomes7dGhost race

View profile for Ricardo (richardgomes7d)

Official speed 33.09 wpm (55.12 seconds elapsed during race)
Race Start January 4, 2016 1:57:45pm UTC
Race Finish January 4, 2016 1:58:40pm UTC
Outcome No win (3 of 3)
Opponents 2. darth_taghizadeh (39.20 wpm)
Accuracy 89.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)