InterviewSolution
Saved Bookmarks
| 1. |
What is %S in Python? |
|
Answer» Python easily SUPPORTS the FORMATTING for any value into a string which may contain a NUMBER of complex expressions. The utility includes pushing the VALUES with the help of % format specifier into a string. |
|