Race Result Details |
Racer | Urabigail (borat_kz) |
Race Number | 14 |
Date | Mon, 21 Aug 2023 15:35:31 |
Universe | code |
Speed |
47 WPM
![]() |
Accuracy | 95.1% |
Rank | 2nd place (out of 2) |
Opponents | xquyen (1st place) |
Text typed:
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)
—
SubmitGETData
|