0 votes
in Python by

Can you please clarify what is %s in Python Language? 

1 Answer

0 votes
by
Python Language has uphold for designing any an incentive into a string. It might contain very perplexing articulations.

One of the regular uses is to drive esteems into a string with the %s design specifier. The arranging activity in Python Language has the equivalent sentence structure as the C work printf() has.Q-19: Is a string immutable or mutable in Python Language?

Python Language strings are indeed immutable.

Let’s take an example. We have an “str” variable holding a string value. We can’t mutate the container, i.e., the string, but can modify what it contains that means the value of the variable.

Related questions

0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...