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