# Use the function str() to turn an integer into a string integer = 123 string = str(integer) string # Output: # '123'