Raven (raven_88)

Race #2

View Pit Stop page for race #2 by raven_88Ghost race

View profile for Raven (raven_88)

Official speed 8.00 wpm (228.00 seconds elapsed during race)
Race Start January 23, 2023 11:20:22am UTC
Race Finish January 23, 2023 11:24:10am UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 2.67
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)