If you launch VS Code and then type `str()`, you will get the documentation for the `str` type.  But if you type `str()` again on another line, like so: ```python str() str() ``` you will get a message saying that "Documentation is still being calculated, please try again soon." 
If you launch VS Code and then type
str(), you will get the documentation for thestrtype.But if you type
str()again on another line, like so:you will get a message saying that "Documentation is still being calculated, please try again soon."