Wayne Yeung (michaelgor)

Race #1

View Pit Stop page for race #1 by michaelgorGhost race

View profile for Wayne Yeung (michaelgor)

Official speed 27.12 wpm (67.26 seconds elapsed during race)
Race Start July 14, 2023 4:42:27pm UTC
Race Finish July 14, 2023 4:43:34pm UTC
Outcome No win (3 of 3)
Opponents 1. yuihirasawa (52.33 wpm)
Accuracy 91.0%
Points 9.04
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)