Computer Science, asked by riya191219, 2 months ago

Which string function formats the
specified values and inserts them
inside the string's placeholder?​

Answers

Answered by armaanmnair
0

Answer:

The format() method formats the specified value(s) and insert them inside the string's placeholder. The placeholder is defined using curly brackets: {}.

Similar questions