Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Yarot Sanabria Lauta (yarot)
Race Number 6
Date Sun, 25 May 2025 2:34:57
Universe code
Speed 23 WPM Try to beat?
Accuracy 93.4%
Rank 9th place (out of 15)
Opponents alexbeltrantarqui (2nd place) erick_vargas (3rd place) liz_mariela_perez (4th place) pedro_serrudo (8th place) samiraarancibia123426 (6th place) sergio_theaux (1st place) sharick_chungara (5th place)

Text typed:

import re import sys import urllib2 import BeautifulSoup usage = "Run the script: ./geolocate.py IPAddress" if len(sys.argv)!=2: print(usage) sys.exit(0) if len(sys.argv) > 1: ipaddr = sys.argv[1] geody = "http://www.geody.com/geoip.php?ip=" + ipaddr html_page = urllib2.urlopen(geody).read() soup = BeautifulSoup.BeautifulSoup(html_page)
— (other) by www.pythonforbeginners.com/ (see stats)

Typing Review: