Add: exercise 1 BeautifulSoup

This commit is contained in:
Jose
2026-02-16 02:40:41 +01:00
parent 2dbbf387d6
commit 65b2322022
8 changed files with 106 additions and 30 deletions

View File

@@ -28,11 +28,6 @@ def main():
root = Tk()
ui = BooksUI(root)
books = fr.read(CSV_PATH)
for book in books:
print(book)
def handle_action(action):
match(action):
case "cargar":