(sura5)

Race #3

View Pit Stop page for race #3 by sura5Ghost race

View profile for (sura5)

Official speed 81.42 wpm (22.40 seconds elapsed during race)
Race Start December 7, 2021 12:10:54pm UTC
Race Finish December 7, 2021 12:11:17pm UTC
Outcome Win (1 of 4)
Opponents 2. mononym_jisoo (70.02 wpm)
3. scraex (62.18 wpm)
4. peaceinchrist (51.70 wpm)
Accuracy 98.0%
Points 27.14
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)