Run
# Given integer n = 123456 # Convert integer to string result = str(n) # Print resulting string print("String : " + result)
Output