0 votes
in Python by
What is the use of %s?

1 Answer

0 votes
by

%s is a format specifier which transmutes any value into a string.

...