Ruan (ruanp)

Race #2

View Pit Stop page for race #2 by ruanpGhost race

View profile for Ruan (ruanp)

Official speed 43.55 wpm (41.88 seconds elapsed during race)
Race Start May 18, 2022 9:23:41am UTC
Race Finish May 18, 2022 9:24:23am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.52
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)