Mini Moon (minimoontypes)

Race #1

View Pit Stop page for race #1 by minimoontypesGhost race

View profile for Mini Moon (minimoontypes)

Official speed 33.28 wpm (54.81 seconds elapsed during race)
Race Start April 27, 2025 12:19:17pm UTC
Race Finish April 27, 2025 12:20:11pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 11.09
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)