Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alexbeltrantarqui (alexbeltrantarqui)
Race Number 69
Date Wed, 28 May 2025 19:52:03
Universe code
Speed 32 WPM Try to beat?
Accuracy 92.7%
Rank 2nd place (out of 14)
Opponents ariane_salazar (5th place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (1st place) samiraarancibia123426 (8th place) sharick_chungara (6th place) tocsky (9th place) yarot123 (4th 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)
— (software) by http://www.java2s.com/Code/Python/Network/SubmitGETData.htm (see stats)