From cfe2f7cbe551b7c82a4c80671981498837daeab2 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 20 May 2024 09:00:37 +0000 Subject: Mon, May 20, 2024, 2:00 AM -07:00 --- wk7/lect/favorites.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wk7/lect/favorites.py (limited to 'wk7/lect') diff --git a/wk7/lect/favorites.py b/wk7/lect/favorites.py new file mode 100644 index 0000000..de5fa80 --- /dev/null +++ b/wk7/lect/favorites.py @@ -0,0 +1,5 @@ +import csv + +with open("favorites.csv") as file: + reader = csv.reader(file) + -- cgit v1.2.3