how to convert int to string python 3 code example Example: make int into string python number = 12 string_number = str(number)