Fill in the blanks:
In Python, string formatting can be achieved using at least three different tools. The most commonly used tools are template stringsstring interpolationf-strings and the .append().format().join() method. However, in legacy code, you might still find the string concatenationmodulo operator (%)addition operator (+) being used for this purpose.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?