When we use print(), we aren't actually printing but displaying a value in the console window.

The print() method takes lots of different types but we can't mix them without converting them.

That's it! The str() method converts the value of almost any type into a string.

Don't we have to convert the value of number before we display it?