account deleted (concurrent)

Race #9

View Pit Stop page for race #9 by concurrentGhost race

View profile for account deleted (concurrent)

Official speed 48.01 wpm (37.99 seconds elapsed during race)
Race Start January 3, 2020 3:22:42pm UTC
Race Finish January 3, 2020 3:23:20pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 16.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)