💀💀💀 (gospell)

Race #6

View Pit Stop page for race #6 by gospellGhost race

View profile for 💀💀💀 (gospell)

Official speed 45.31 wpm (40.26 seconds elapsed during race)
Race Start December 23, 2021 10:43:20pm UTC
Race Finish December 23, 2021 10:44:00pm UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 15.10
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)