Hi,
I would like to check for the sub-dictionary availability in main dictionary,with out using loops.
Say
l1 ={1:100,2:200,4 :500,6:900}
l2 = {2:200,6:900}
O/P:
if the sub-dictionary is subset of main dictionary.It should say TRUE
-PSB
I would like to check for the sub-dictionary availability in main dictionary,with out using loops.
Say
l1 ={1:100,2:200,4 :500,6:900}
l2 = {2:200,6:900}
O/P:
if the sub-dictionary is subset of main dictionary.It should say TRUE
-PSB
Comment