Omer (omer_nukic)

Race #44

View Pit Stop page for race #44 by omer_nukicGhost race

View profile for Omer (omer_nukic)

Official speed 42.74 wpm (42.68 seconds elapsed during race)
Race Start October 9, 2021 4:32:24pm UTC
Race Finish October 9, 2021 4:33:06pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 14.25
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)