Feng (da_xiao_jin_dou)

Race #11

View Pit Stop page for race #11 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 24.71 wpm (73.82 seconds elapsed during race)
Race Start February 28, 2022 9:45:37pm UTC
Race Finish February 28, 2022 9:46:51pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 8.24
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)