Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created March 12, 2019 20:59
Show Gist options
  • Save hamletbatista/e7aa3b8d70060921240702f80d415490 to your computer and use it in GitHub Desktop.
Save hamletbatista/e7aa3b8d70060921240702f80d415490 to your computer and use it in GitHub Desktop.
#convert URL to uppercase
crawled_url = "https://www.example.com/ABOUT-chc/clinicians/audiology-technology/"
print(crawled_url.upper())
#Output -> HTTPS://WWW.EXAMPLE.COM/ABOUT-CHC/CLINICIANS/AUDIOLOGY-TECHNOLOGY/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment