Answer:
using the format () function
Explanation:
This function allows you to set placeholders within a string and then convert another data type to a string and fill the placeholders. To use the function, simply write a string followed by.format () and pass the arguments for the placeholders.