Globu (themagicglobe)

Race #5

View Pit Stop page for race #5 by themagicglobeGhost race

View profile for Globu (themagicglobe)

Official speed 42.63 wpm (42.79 seconds elapsed during race)
Race Start June 1, 2023 3:04:48pm UTC
Race Finish June 1, 2023 3:05:31pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 14.21
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)