TheDufferr (rolls_royce007)

Race #4

View Pit Stop page for race #4 by rolls_royce007Ghost race

View profile for TheDufferr (rolls_royce007)

Official speed 31.34 wpm (58.20 seconds elapsed during race)
Race Start August 17, 2021 5:09:49am UTC
Race Finish August 17, 2021 5:10:47am UTC
Outcome No win (2 of 3)
Accuracy 92.0%
Points 10.45
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)