Solution Review: String Transformation
This lesson will give a detailed review of how to update a string.
We'll cover the following...
Solution: Use len()
and concatenation(+)
Operation
-
Use
len(str)
...