Merge pull request #31 from davidlowryduda/patch-1

Update ex7_1.md
This commit is contained in:
David Beazley
2023-07-26 19:52:09 -05:00
committed by GitHub

View File

@@ -4,11 +4,11 @@
*Objectives:*
- Learn how to define a simple decorator functions.
- Learn how to define simple decorator functions.
*Files Created:* `logcall.py`
*Files Modifie:* `validate.py`
*Files Modified:* `validate.py`
## (a) Your First Decorator