sint to string python code example Example 1: python parse int as string >>> str(123) '123' Example 2: python string to int print(int("12"))