IS there a way to reproduce the below dictionary
dict
Out[2]: {1: {'Geeks': [[1, 'N', None]], 'Geeks1': [[1, None, 'H']]}}
Now is there a way to reproduce this. Like what we have in R(dput) so that even when there is large keys and values, we can replicate dictionary