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