basic(value)
Returns the basic representation of the given value
bool(value)
Returns the boolean value of the given input value
float(value)
Returns the floating point value of the given input value
int(value)
Returns the integer value of the given input value
list(value[, …])
Returns a list of the provided values
str(value)
Creates a string representation of the given value