InDominus (indominus_rage)

Race #8

View Pit Stop page for race #8 by indominus_rageGhost race

View profile for InDominus (indominus_rage)

Official speed 39.88 wpm (45.74 seconds elapsed during race)
Race Start March 17, 2022 6:20:14am UTC
Race Finish March 17, 2022 6:21:00am UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 13.29
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)