Python: Format String

By Xah Lee. Date: . Last updated: .

Ways to Format String

Format String lets you embed values in a template string, or convert different type of values to string.

To format a string:

Note, there is no sprintf that is in C lang.

Python, format string

Python, String