string ( expression )
Returns the string representation of a number.
number = 30+2 print string(number)
Results with
32
Decimal