create a bool function in python code example
Example: python bool()
# Returns the boolean value of the specified object
x = bool(1) # outputs True
# Returns the boolean value of the specified object
x = bool(1) # outputs True