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