Created
March 12, 2019 20:59
-
-
Save hamletbatista/e7aa3b8d70060921240702f80d415490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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