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.',