deroche (deroche1)

Race #23

View Pit Stop page for race #23 by deroche1Ghost race

View profile for deroche (deroche1)

Official speed 103.44 wpm (17.63 seconds elapsed during race)
Race Start February 14, 2019 3:25:08am UTC
Race Finish February 14, 2019 3:25:26am UTC
Outcome No win (2 of 2)
Opponents 1. arenasnow (132.09 wpm)
Accuracy 95.0%
Points 34.48
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)