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