Gilang (sandstormfx)

Race #7

View Pit Stop page for race #7 by sandstormfxGhost race

View profile for Gilang (sandstormfx)

Official speed 60.99 wpm (29.91 seconds elapsed during race)
Race Start June 14, 2023 5:14:12am UTC
Race Finish June 14, 2023 5:14:42am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 20.33
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)