notebook.community
Edit and run
In [5]: x = 12 y = dict() y['x'] = y print(y['x']['x']['x']['x'])
x = 12 y = dict() y['x'] = y print(y['x']['x']['x']['x'])
{'x': {...}}