khater (giftedkhater)

Race #2

View Pit Stop page for race #2 by giftedkhaterGhost race

View profile for khater (giftedkhater)

Official speed 37.67 wpm (48.42 seconds elapsed during race)
Race Start June 16, 2023 7:52:58pm UTC
Race Finish June 16, 2023 7:53:47pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 12.56
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)