From e13e0ea21864a5203f165eeec8b7d21d5c0b5a67 Mon Sep 17 00:00:00 2001 From: Shubham Raj <54909290+Shubhamraj0106@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:36:48 +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..df9717f 100644 --- a/Dictionary.py +++ b/Dictionary.py @@ -1,5 +1,5 @@ - +# Dictionary have key and value . it is unordred and changeable. def main(): #Student={'Name':"hussein alrubaye",'Age':27,'Slary':232.5};