Feng (da_xiao_jin_dou)

Race #1

View Pit Stop page for race #1 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 8.51 wpm (214.34 seconds elapsed during race)
Race Start February 27, 2022 11:15:24pm UTC
Race Finish February 27, 2022 11:18:59pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 2.84
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)