Theawesomekinghaja (theawesomekinghaja)

Race #1

View Pit Stop page for race #1 by theawesomekinghajaGhost race

View profile for Theawesomekinghaja (theawesomekinghaja)

Official speed 32.12 wpm (56.79 seconds elapsed during race)
Race Start April 26, 2024 7:23:49am UTC
Race Finish April 26, 2024 7:24:46am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 10.71
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)