Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 39)
39.
What does the string.Template class provide?
Support for working with regular expressions
A simple way to format strings using placeholders
File I/O operations
Mathematical operations on strings
Answer: Option
Explanation:
The string.Template class in Python provides a simple way to format strings using placeholders.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.