Created Exp in operator_file.py to represent Power

Implemented Expand and regroup
This commit is contained in:
Clément Barthélemy 2024-02-20 21:21:55 +01:00
parent fa1f19f5cc
commit 8ee24d763b
8 changed files with 335 additions and 58 deletions

View file

@ -109,6 +109,7 @@ class Visual:
self.create_circle(first_x, first_y, radius, "red")
self.tree_canvas.create_text(first_x, first_y, text=str(tree.value))
if __name__ == "__main__":
Visual()