These should be treated as reserved words. ```python public: uint256 # BUG constant: uint256 # BUG @public def __init__(): self.public = 5 ```
These should be treated as reserved words.