Mostafa (mostafa_nasr)

Race #2

View Pit Stop page for race #2 by mostafa_nasrGhost race

View profile for Mostafa (mostafa_nasr)

Official speed 34.85 wpm (52.34 seconds elapsed during race)
Race Start June 25, 2023 10:37:45pm UTC
Race Finish June 25, 2023 10:38:37pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 11.62
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)