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.

Related questions

+1 vote
asked Oct 28, 2022 in Python by SakshiSharma
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...