Rakeem (rthomas1)

Race #2

View Pit Stop page for race #2 by rthomas1Ghost race

View profile for Rakeem (rthomas1)

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