pyhton cast to str without str() code example Example: how to make an int into a string python int x = 10 string p = str(x)