hilsny (hilsny)

Race #4

View Pit Stop page for race #4 by hilsnyGhost race

View profile for hilsny (hilsny)

Official speed 59.08 wpm (30.87 seconds elapsed during race)
Race Start November 3, 2017 10:00:30pm UTC
Race Finish November 3, 2017 10:01:01pm UTC
Outcome Win (1 of 5)
Opponents 2. lenag (54.62 wpm)
Accuracy 93.0%
Points 19.69
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)