From a3c58e620f745b2825d259db892cf255905a1d15 Mon Sep 17 00:00:00 2001 From: Ankush-prog <71972389+Ankush-prog@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:09:54 +0530 Subject: [PATCH] Update Dictionary.py --- Dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))