Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

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?
Racer Weekey!!! (layvth)
Race Number 130
Date Sun, 7 Jul 2024 11:59:50 +0000
Universe code
Speed 54 WPM Try to beat?
Accuracy 95.3%
Rank 1st place (out of 3)

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 (software) by http://www.java2s.com/Code/Python/Network/SubmitGETData.htm (see stats)

Typing Review:

Race text:
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)
Time:
0:00
Speed:
Accuracy:
Typing replay:
Analysis:
Mistakes:
  1. urllib2.Request(url)
  2. urllib2.urlopen(req)
  3. fd.read(1024)
  4. sys.stdout.write(data)