anastasis (firegun233)

Race #4

View Pit Stop page for race #4 by firegun233Ghost race

View profile for anastasis (firegun233)

Official speed 22.54 wpm (80.92 seconds elapsed during race)
Race Start June 12, 2023 8:41:32pm UTC
Race Finish June 12, 2023 8:42:53pm UTC
Outcome No win (3 of 3)
Accuracy 88.0%
Points 7.51
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)