Christoff (diewitgevaar)

Race #1

View Pit Stop page for race #1 by diewitgevaarGhost race

View profile for Christoff (diewitgevaar)

Official speed 54.17 wpm (33.67 seconds elapsed during race)
Race Start August 14, 2023 6:23:18am UTC
Race Finish August 14, 2023 6:23:51am UTC
Outcome Win (1 of 2)
Opponents 2. cyan17 (50.49 wpm)
Accuracy 95.0%
Points 18.06
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)