Examples: ```py class Test: class Inner: pass mapping = {'a': 'b'} thing = ['a', 'b'] ```
Examples: