Is there a Python f-string equivalent of C++’s std::quoted?
In C++, the std::quoted
stream manipulator produces a quoted and escaped version of a string:
In C++, the std::quoted
stream manipulator produces a quoted and escaped version of a string: