diff --git a/tut7-lists/screenshots/example10.png b/tut7-lists/screenshots/example10.png new file mode 100644 index 0000000..d4c046a Binary files /dev/null and b/tut7-lists/screenshots/example10.png differ diff --git a/tut7-lists/screenshots/example9.png b/tut7-lists/screenshots/example9.png new file mode 100644 index 0000000..965c7ad Binary files /dev/null and b/tut7-lists/screenshots/example9.png differ diff --git a/tut7-lists/ex11-genlist.py b/tut8-genlist/ex11-genlist.py similarity index 100% rename from tut7-lists/ex11-genlist.py rename to tut8-genlist/ex11-genlist.py diff --git a/tut8-genlist/listitems.py b/tut8-genlist/listitems.py new file mode 100644 index 0000000..80096d5 --- /dev/null +++ b/tut8-genlist/listitems.py @@ -0,0 +1,34 @@ +ListItems = ["Apples", + "Bananas", + "Cookies", + "Fruit Loops", + "Milk", + "Apple Juice", + "BBQ Sauce", + "Nesquik", + "Trail Mix", + "Chips", + "Crackers", + "Cheese", + "Peanutbutter", + "Jelly", + "Ham", + "Turkey", + "Potatos", + "Stuffing", + "Tomato Sauce", + "Pineapple", + "Hot Dog Chili Sauce", + "Stewed Tomatoes", + "Creamed Corn", + "Cream of Mushroom Soup", + "Peaches", + "Chilies and Tomatoes", + "Cream of Chicken Soup", + "Cherry Pie Filling", + "Canned Beans (various)", + "Cream of Tomato Soup", + "Apple Pie Filling", + "Canned Peas", + "Green Beans" + ]