diff --git a/Dictionary.py b/Dictionary.py index 026ded0..a0ee8c4 100644 --- a/Dictionary.py +++ b/Dictionary.py @@ -12,7 +12,7 @@ def main(): print(Student['Name']) print(Student['Age']) Student.clear() - print(Student,type(Student)) + print(Student,type(Students))