How do we convert an integer to a string?

Using the str() functionPython will do this automatically

Using the str() function.