4.6
What does str() mean and when is it used
You convert something into a string.
For example a score integer to display as a string with other text.
You can find it described in the docs here: