daniel3131 (thedaniel3131)

Race #1

View Pit Stop page for race #1 by thedaniel3131Ghost race

View profile for daniel3131 (thedaniel3131)

Official speed 82.43 wpm (22.13 seconds elapsed during race)
Race Start October 21, 2019 2:50:52pm UTC
Race Finish October 21, 2019 2:51:14pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 27.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)