Record your races with a typeracer account:
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
Race Result Details |
Racer | Shoemaker-Levy 9 (atthetop) |
Race Number | 70 |
Date | Thu, 1 Nov 2018 18:24:10 +0000 |
Universe | code |
Speed |
64 WPM
![]() |
Accuracy | 93.3% |
Rank | 3rd place (out of 4) |
Opponents | hyper_racer (4th place) styrofoam (1st place) uchihalol (2nd 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
|