Forum Discussion
simon
4 years agoPuritan
So the f-string is a valid Python string format as described by PEP498. I suspect that using Python 2.7 is the issue, especially as 2.7 is now deprecated and unsupported.
I would suggest using a much more modern version of Python, such as 3.8 and seeing it that fails or not.