I am trying to use SortedList from sortedcontainers library as a parameter for SortedDict. Even though the Initialization maps = SortedDict(SortedList()) worked. I am Unable to insert any data into the SortedDict maps I tried doing the above code but i got a TypeError:Int object is not Iterable so i tried maps[‘a’] = [1,2] and it worked but I am