summaryrefslogtreecommitdiff
path: root/wk7
diff options
context:
space:
mode:
Diffstat (limited to 'wk7')
-rw-r--r--wk7/lect/favorites.py5
1 files changed, 5 insertions, 0 deletions
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)
+