Anon (gv_vik)

Race #10

View Pit Stop page for race #10 by gv_vikGhost race

View profile for Anon (gv_vik)

Official speed 35.54 wpm (51.32 seconds elapsed during race)
Race Start June 3, 2023 2:38:22pm UTC
Race Finish June 3, 2023 2:39:13pm UTC
Outcome Win (1 of 4)
Opponents 4. radwa770 (28.75 wpm)
Accuracy 95.0%
Points 11.85
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)