_Suvam 0_0 ! (qw_slow_typist)

Race #111

View Pit Stop page for race #111 by qw_slow_typistGhost race

View profile for _Suvam 0_0 ! (qw_slow_typist)

Official speed 57.46 wpm (31.74 seconds elapsed during race)
Race Start September 8, 2023 12:24:37pm UTC
Race Finish September 8, 2023 12:25:09pm UTC
Outcome Win (1 of 3)
Opponents 2. inusah (48.37 wpm)
Accuracy 99.0%
Points 19.15
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)