Description We can use the format method on strings to concatenate and format strings in all kinds of powerful ways. To do this, create a string containing curly brackets. {}, as a place holder, to be replaced. Then call the format method on the string using .format() and pass variables as parameters. The variables passed […]