From 1cdf2c2275cf75264c08cc938c03884b33882af3 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:26:14 -0500 Subject: [PATCH] Added description --- Chapter_06/6-03_glossary.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Chapter_06/6-03_glossary.py b/Chapter_06/6-03_glossary.py index 5a65d88..fc20f49 100644 --- a/Chapter_06/6-03_glossary.py +++ b/Chapter_06/6-03_glossary.py @@ -1,3 +1,6 @@ +# Exercise 6-3 Glossary +# Learning Objective: Print key value pairs with formatting. + words = { 'loop': 'A repetetive process of actions.', 'operator': 'A symbol of an action to take place.',