1# Unindented comment 2{ 'enum': 'Status', # Comment to the right of code 3 # Indented comment 4 'data': [ 'good', 'bad', 'ugly' ] } 5