diff --git a/strings.html b/strings.html index c8fd22a..9f9201a 100755 --- a/strings.html +++ b/strings.html @@ -136,7 +136,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True):
Python 3 supports formatting values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with single placeholder. +
Python 3 supports formatting values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with a single placeholder.
>>> username = 'mark'