From 8af969c55d4625f5d7cf060152111aa4f239b345 Mon Sep 17 00:00:00 2001 From: klimyflorez Date: Thu, 13 Jul 2023 20:24:06 -0500 Subject: [PATCH] Reto #18 - WEB SCRAPING --- .../python/klimyflorez.py" | 1 + 1 file changed, 1 insertion(+) diff --git "a/Retos/Reto #18 - WEB SCRAPING [Dif\303\255cil]/python/klimyflorez.py" "b/Retos/Reto #18 - WEB SCRAPING [Dif\303\255cil]/python/klimyflorez.py" index 316de680c6..b095c2d968 100644 --- "a/Retos/Reto #18 - WEB SCRAPING [Dif\303\255cil]/python/klimyflorez.py" +++ "b/Retos/Reto #18 - WEB SCRAPING [Dif\303\255cil]/python/klimyflorez.py" @@ -10,6 +10,7 @@ * */ """ + import requests from bs4 import BeautifulSoup