Function output of the not_in_tree function where the input tree is tree, the values are values, and the new values are result

elements of values not in tree tree

Format:

output of the not_in_tree function where the input tree is tree, the values are values, and the new values are result

Input:

list tree -
list values -
list result -

Output:

list - None

Properties that reference this function:

elements of values that are not in tree tree = output of the not_in_tree function where the input tree is tree, the values are values, and the new values are [ ] (get new elements begin)
output of the not_in_tree function where the input tree is tree, the values are [ ], and the new values are result = result (get new elements finished)

Conditional properties that reference this function:

  • if tree tree contains value = False, then output of the not_in_tree function where the input tree is tree, the values are [ value, rest ], and the new values are result = output of the not_in_tree function where the input tree is tree, the values are rest, and the new values are [ value, result ] (link)
  • if tree tree contains value = True, then output of the not_in_tree function where the input tree is tree, the values are [ value, rest ], and the new values are result = output of the not_in_tree function where the input tree is tree, the values are rest, and the new values are result (link)


Comments

Please log in to add comments