Suven (psuv)

Race #2

View Pit Stop page for race #2 by psuvGhost race

View profile for Suven (psuv)

Official speed 46.73 wpm (39.03 seconds elapsed during race)
Race Start August 9, 2023 7:26:21am UTC
Race Finish August 9, 2023 7:27:00am UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 15.58
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)