Potato Princess (pqosmorf)

Race #1

View Pit Stop page for race #1 by pqosmorfGhost race

View profile for Potato Princess (pqosmorf)

Official speed 41.82 wpm (43.62 seconds elapsed during race)
Race Start August 11, 2017 6:46:28am UTC
Race Finish August 11, 2017 6:47:12am UTC
Outcome Win (1 of 3)
Accuracy 89.0%
Points 13.94
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)