Tuan (tuanta564)

Race #1

View Pit Stop page for race #1 by tuanta564Ghost race

View profile for Tuan (tuanta564)

Official speed 46.17 wpm (39.51 seconds elapsed during race)
Race Start August 11, 2023 6:42:21am UTC
Race Finish August 11, 2023 6:43:01am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 15.39
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)