khaled ataa (khaled_ataa)

Race #41

View Pit Stop page for race #41 by khaled_ataaGhost race

View profile for khaled ataa (khaled_ataa)

Official speed 27.86 wpm (65.47 seconds elapsed during race)
Race Start June 22, 2023 12:29:41pm UTC
Race Finish June 22, 2023 12:30:46pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.29
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)