Binary Tree as a Class

The Binary Tree Abstract Data Type has the following description of methods:

In a program binary_tree_class.py write a class BinaryTree that implements the Binary Tree ADT. The class will need to include the following constructor and methods: