quirino (codeforces)

Race #8

View Pit Stop page for race #8 by codeforcesGhost race

View profile for quirino (codeforces)

Official speed 65.44 wpm (27.87 seconds elapsed during race)
Race Start May 26, 2022 3:55:38am UTC
Race Finish May 26, 2022 3:56:06am UTC
Outcome No win (2 of 4)
Opponents 1. leoh8r (75.88 wpm)
Accuracy 97.0%
Points 21.81
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)