Nikolaj (mr_trapx)

Race #1

View Pit Stop page for race #1 by mr_trapxGhost race

View profile for Nikolaj (mr_trapx)

Official speed 37.69 wpm (48.39 seconds elapsed during race)
Race Start April 10, 2025 11:26:33pm UTC
Race Finish April 10, 2025 11:27:22pm UTC
Outcome No win (2 of 5)
Accuracy 91.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)