Amit (amit__123)

Race #51

View Pit Stop page for race #51 by amit__123Ghost race

View profile for Amit (amit__123)

Official speed 23.35 wpm (78.12 seconds elapsed during race)
Race Start August 1, 2023 2:33:52pm UTC
Race Finish August 1, 2023 2:35:10pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 7.78
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)