INDO EUROPEAN (indo_european_sun_god)

Race #5

View Pit Stop page for race #5 by indo_european_sun_godGhost race

View profile for INDO EUROPEAN (indo_european_sun_god)

Official speed 48.47 wpm (37.63 seconds elapsed during race)
Race Start November 10, 2021 1:10:47pm UTC
Race Finish November 10, 2021 1:11:25pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.16
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)