flibux (flibux)

Race #1

View Pit Stop page for race #1 by flibuxGhost race

View profile for flibux (flibux)

Official speed 76.11 wpm (23.97 seconds elapsed during race)
Race Start April 25, 2023 6:36:11pm UTC
Race Finish April 25, 2023 6:36:35pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 25.37
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)