Musically (musically_ut)

Race #2

View Pit Stop page for race #2 by musically_utGhost race

View profile for Musically (musically_ut)

Official speed 70.98 wpm (25.70 seconds elapsed during race)
Race Start June 20, 2017 2:34:11pm UTC
Race Finish June 20, 2017 2:34:37pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 0.00
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)