Fajar (tititupn)

Race #2

View Pit Stop page for race #2 by tititupnGhost race

View profile for Fajar (tititupn)

Official speed 47.19 wpm (38.65 seconds elapsed during race)
Race Start May 22, 2023 3:33:47am UTC
Race Finish May 22, 2023 3:34:25am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.73
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)