what is%S in Python?
Answers
Answered by
13
- The %s operator lets you add a value into a Python string.
- The %s signifies that you want to add a string value into a string.
- The % operator can be used with other configurations, such as %d, to format different types of values.
Answered by
0
Answered by
0
Similar questions