Gerardo (gbonell)

Race #1

View Pit Stop page for race #1 by gbonellGhost race

View profile for Gerardo (gbonell)

Official speed 33.70 wpm (54.12 seconds elapsed during race)
Race Start May 12, 2016 11:12:04pm UTC
Race Finish May 12, 2016 11:12:58pm UTC
Outcome No win (6 of 10)
Opponents 2. rthomas1 (50.34 wpm)
3. adalwulf (50.32 wpm)
5. henrym0503 (34.19 wpm)
7. gustxw (31.53 wpm)
Accuracy 96.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)