Andre (andr_ehh)

Race #3

View Pit Stop page for race #3 by andr_ehhGhost race

View profile for Andre (andr_ehh)

Official speed 55.84 wpm (32.66 seconds elapsed during race)
Race Start June 9, 2023 11:45:32am UTC
Race Finish June 9, 2023 11:46:05am UTC
Outcome Win (1 of 2)
Opponents 2. zak389 (54.65 wpm)
Accuracy 95.0%
Points 18.61
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)