All these fail to parse ``` f'{True or True}' f'{1 == 1}' f'{"0" if True else "1"}' ```
All these fail to parse