Dewangga (winasforcepta)

Race #6

View Pit Stop page for race #6 by winasforceptaGhost race

View profile for Dewangga (winasforcepta)

Official speed 30.78 wpm (59.26 seconds elapsed during race)
Race Start October 1, 2013 7:18:31pm UTC
Race Finish October 1, 2013 7:19:30pm UTC
Outcome No win (2 of 4)
Opponents 1. gonryun (36.59 wpm)
Accuracy 94.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)