+ 3
Its used for string of character
+ 1
It is string format specifier, for example if you want to output string using printf:
printf("%s", string_variable);
At least in C/C++.
0
It is used to format a string or to print a string data type sequence in this placeholder.It was an old way to format input with string in c and still used in python.



