how to get stirng of int in python code example Example 1: how to convert to string in python str(integer_value) Example 2: python string to int print(int("12"))