BigHead (big_head0)

Race #3

View Pit Stop page for race #3 by big_head0Ghost race

View profile for BigHead (big_head0)

Official speed 32.79 wpm (55.63 seconds elapsed during race)
Race Start August 6, 2023 8:45:29am UTC
Race Finish August 6, 2023 8:46:25am UTC
Outcome No win (2 of 2)
Opponents 1. mamaafrica (46.43 wpm)
Accuracy 96.0%
Points 10.93
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)