joel (palmfruit380)

Race #3

View Pit Stop page for race #3 by palmfruit380Ghost race

View profile for joel (palmfruit380)

Official speed 38.82 wpm (46.99 seconds elapsed during race)
Race Start June 30, 2023 4:56:27am UTC
Race Finish June 30, 2023 4:57:14am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 12.94
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)