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 | dectuple (spectol99) |
Race Number | 4 |
Date | Sat, 6 Sep 2014 13:51:01 +0000 |
Universe | code |
Speed |
51 WPM
![]() |
Accuracy | 81.7% |
Rank | 2nd place (out of 4) |
Opponents | 3ymsdet (4th place) melanie2525 (3rd 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
|