Code like this should raise: ```python >>> x = f'{ 1 ... }' ``` If you want to use a multiline string use `"""` Refs #3404
Code like this should raise:
If you want to use a multiline string use
"""Refs #3404